-
Updated
Dec 20, 2021 - JavaScript
Edge
Microsoft Edge is a cross-platform web browser created and developed by Microsoft. First released for Windows 10 in 2015, for Android and iOS in 2017, for macOS in 2019, and for Linux in 2020, can replace Internet Explorer on Windows 7, Windows Server 2008 R2 and later versions.
Here are 621 public repositories matching this topic...
Expected Behaviour
Change the default cron spec in --etcd-snapshot-schedule-cron (default: "0 */12 * * *"):
--k3s-extra-args '--etcd-snapshot-schedule-cron * * * * *'
-
Updated
Feb 14, 2022 - Go
-
Updated
Jan 27, 2022 - HTML
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
Issue Summary
Building with serverless results in an error:
Build error occurred
TypeError: Class extends value undefined is not a
-
Updated
Feb 22, 2022 - JavaScript
Expected Behaviour
When users list or query functions from the REST API, then the memory limits set on the functions should be returned in the JSON response.
Current Beha
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):
ENHANCEMENT
-
Describe the enhancement you are requesting.
Consider using Go errors group (golang.org/x/sync/errgroup) for handling routines inmainfunctions of Mainflux services. -
Indicate the importance of this enhancement to you (must-have, should-have, nice-to-have).
This is a nice-to-have.
-
Updated
Feb 17, 2022 - Go
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 :/
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
-
Updated
Feb 5, 2022 - JavaScript
-
Updated
Feb 24, 2022 - AutoIt
Add events and logs in key places during service processing, such as allocate and release EIP, GoBGP synchronization Nexthop, Layer2 mode selection Node
-
Updated
Feb 23, 2022 - TypeScript
-
Updated
Oct 3, 2021 - Dockerfile
-
Updated
Dec 26, 2021 - D
-
Updated
Sep 28, 2021 - C++
Metrics support
-
Updated
Dec 25, 2021 - JavaScript
Use put /streams/streamName and set another name in the body sql will create a new stream instead of rename the stream.
-
Updated
Sep 15, 2021 - Jupyter Notebook
-
Updated
Feb 24, 2022 - PHP
Description
In log messages, salt.modules.tls uses csr_path in log messages without checking for a trailing slash, resulting in misleading log entries:
(It also makes it appear that there's a trailing dot on the filename)
https://github.com/saltstack/salt/blob/v3003.3/salt/modules/tls.py#L1167 among other places. It pr