-
Updated
Dec 10, 2020 - JavaScript
edge
Here are 457 public repositories matching this topic...
Suggested improvement on the chrome pop-up confirming a transaction:
Currently the pop-up states "Transaction #X" is confirmed. With X being the number of the transaction from that user's ethereum address. Even better if instead of the transaction number, other metadata could be used as the description for the transaction confirmation - such as the dapp or browser the transaction was occuring o
Task
Convert CI to GitHub Actions
Context
Travis is removing its free tier for OSS projects, so this should be built with GitHub Actions instead, which is not going to add additional cost.
I would expect this to be one of the easier projects to convert given that Docker isn't used in the build.
See also:
https://github.com/mvdan/github-actions-golang
https://github.com/ac
-
Updated
Feb 18, 2021 - Go
-
Updated
Feb 19, 2021 - C++
Is your feature request related to a problem? Please describe.
Currently both lambdas can only have the same arn role (if set). However it would be better to follow the same approach that there is for the name field
roleArn:
defaultLambda: arn
apiLambda: arn
The reason I say this is because I wouldn't want to give the defaultLambda access to the database.
-
Updated
Feb 17, 2021 - HTML
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
Feb 19, 2021 - Go
-
Updated
Feb 20, 2021 - JavaScript
-
Updated
Feb 19, 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
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
Jan 23, 2021 - JavaScript
-
Updated
Jul 28, 2020 - C++
-
Updated
Jan 24, 2021 - D
There are numerous areas in the kernel where a heap allocation failure is being silently ignored, merely asserted against or otherwise mishandled. Assertions may suffice for allocations on initialization (where system bringup would otherwise be impossible), but allocation failures which may reasonably happen during runtime must be addressed.
See, for example, #1199; all the various calls to the
-
Updated
Jan 31, 2021 - C++
-
Updated
Jan 13, 2021 - Jupyter Notebook
-
Updated
Feb 19, 2021 - JavaScript
-
Updated
Dec 9, 2020 - JavaScript
-
Updated
Feb 19, 2021 - Go
-
Updated
Jan 2, 2018 - Swift
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
On this page: https://docs.saltproject.io/en/master/topics/development/contributing.html#pr-time
The link in the text in the first sentence "PR Guidelines" is linking to the develop branch and thus hitting a 404 page and should be going to https://docs.saltproject.io/en/master/topics/development/pull_requests.html or latest
Expected behavior
Expected to hit latest or mast