-
Updated
Nov 24, 2021 - JavaScript
edge
Here are 583 public repositories matching this topic...
Expected Behaviour
Add the build status from GitHub Actions to the set of README badgets
Current Behaviour
I removed it because it was pointing at Travis, which we no
-
Updated
Nov 25, 2021 - Go
-
Updated
Aug 27, 2021 - HTML
Issue Summary
Building with serverless results in an error:
Build error occurred
TypeError: Class extends value undefined is not a
Describe the solution you'd like
It would be useful to have the ability to specify the address the http server binds to. Currently this is hard coded to "0.0.0.0".
I have the situation where Triton is a 'sidecar' container within a k8s pod to enable fast data passing between Triton and our contai
-
Updated
Nov 29, 2021 - JavaScript
Expected Behaviour
Faasd async invocations should survive a crash of the NATS process.
Current Behaviour
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
Nov 26, 2021 - Go
-
Updated
Nov 29, 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
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
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
-
Updated
Oct 3, 2021 - Dockerfile
Add events and logs in key places during service processing, such as allocate and release EIP, GoBGP synchronization Nexthop, Layer2 mode selection Node
-
Updated
Nov 18, 2021 - D
-
Updated
Sep 28, 2021 - C++
-
Updated
Nov 30, 2021 - TypeScript
Metrics support
It would be useful if Kuiper supported file-based rule and stream provisioning (i.e. importing) on startup. Currently rules and streams need to be created by someone using the client, or an application requesting creation via the Kuiper REST API.
Supporting file-based provisioning would allow someone to deploy Kuiper with a pre-defined set of streams and rules, removing the need for someone (or
-
Updated
Sep 15, 2021 - Jupyter Notebook
-
Updated
Nov 30, 2021 - PHP
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."
Describe the solution you'd like
It would be nice to have a way to control whether a VM starts on boot or not. Maybe a new
autostartoption to salt.states.virt.running and/or salt.states.virt.defined? Or maybe a new function?Describe alternatives you've considered
I'll probably use salt.modules.virt.set_autostart for now.