-
Updated
May 30, 2021 - JavaScript
edge
Here are 514 public repositories matching this topic...
This feature enables the ipsec backend for Flannel in the k3sup install command
Expected Behaviour
An additional flag to k3sup install should enable ipsec for Flannel as
-
Updated
Mar 27, 2021 - HTML
-
Updated
Jun 14, 2021 - Go
Is your feature request related to a problem? Please describe.
Yarn packages aren't being cached on e2e tests and build workflows
Describe the solution you'd like
Add caching for npm packages and Cypress (except @sls-next packages) so that workflows will be faster to run
Describe alternatives you've considered
N/A, it will help improve CI workflow speed
Description
If the Triton server build fails due to any reason, I have to delete the /tmp/citritonbuild/<backend> folders to prevent the next rebuild from throwing git repo already exists error.
Triton Information
r21.05
I am building the Triton server myself.
To Reproduce
uninstall one of the dependency needed by a backend.
run build.py with all the backends enabled
-
Updated
Jun 21, 2021 - JavaScript
SQL Insert Statement
Current behavior:
All the SQL activities either don't support Insert or are specific to a usecase
Expected behavior:
to be able to insert to a sql database in an activity
What is the motivation / use case for changing the behavior?
many workflows/pipelines require logging to a database
Additional information you deem important (e.g. I need this tomorrow):
-
Updated
Jun 23, 2021 - Go
Description
We need a volunteer to update all the guides, terraform automation and cloud-config.txt to use the release 0.9.0
The assets are in this repo, so you shouldn't have too hard of a time finding stuff. Bear in mind we now have a dependency on docker-compose.yaml and that may need to be downloaded before faasd install.
Feel free to ask questions here.
The new cloud-config.t
-
Updated
Jun 23, 2021 - Go
About this question, here is a unified reply.
We need to see this place where one is the definition and load the configuration.
https://github.com/sipeed/MaixPy/blob/master/components/micropython/port/builtin_py/board.py
If you don't provide the configuration, you won't get the concrete variable.
If it is SIPEED published hardware, the appropriate configuration is provided here.
htt
Hello,
Thank you for your work.
Would it be possible to add npm tasks to automatically publish to the Firefox and Chrome stores?
It is possible with:
https://www.npmjs.com/package/web-ext-submit FF
https://www.npmjs.com/package/chrome-webstore-upload-cli Chrome
I will submit a PR if I find some time :/
-
Updated
May 3, 2021 - JavaScript
Currently workers are started as :transient under the Ockam.Node.ProcessSupervisor.
Some workers may be intended to be temporary and not restart.
Adding a restart_type option to the worker startup would be useful there.
-
Updated
Jun 12, 2021 - Dockerfile
-
Updated
May 20, 2021 - C++
The virtio_scsi driver enqueues buffers to the eventq but does not actually handle them on completion. The following events could be reported to the driver which require some action to be taken:
- transport reset: This may occur as a result of hotplug events or a device being reset. Sense codes cannot be relied on when new devices or busses appear, so this event needs to be handled.
- asynchro
-
Updated
Jun 14, 2021 - D
-
Updated
Jun 8, 2021 - Jupyter Notebook
-
Updated
Jun 23, 2021 - C++
hi, I am a new user of Edgex and Kuiper, and I intend to send Edgex data from Kuiepr to Tdengine data. I've looked through some of the documents, but I still don't understand something. Can you tell me something about the TDengine plugin. Thanks a lot!
I refer to this document and run `emx-kui
-
Updated
Jun 22, 2021 - JavaScript
Improve this page
Add a description, image, and links to the edge topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the edge topic, visit your repo's landing page and select "manage topics."
Description
let's say I have an
apacheprocess group I want to control.supervisord.running, thenamemust beapache:*(which is the same notation used by supervisor)supervisord.dead, thenamemust beapache:(without the*)As both states mirror each other, I expect them to use the same convention for
name, the one fromrunningsince it