-
Updated
Nov 11, 2020 - JavaScript
edge
Here are 365 public repositories matching this topic...
Describe the bug
QR Code Scanner fails to scan input fields on Send Transaction view when scanning QR Code contains an EIP-681 URI
Example URI
ethereum:0x46c69f4424043e720a704330748cf3c593656b9c
To Reproduce
Steps to reproduce the behavior:
- Go to Send Transaction view
- Click on QR Code scanner
- Position QR Code in front of Webcam
- QR Code scanner closes
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
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 16, 2020 - C++
-
Updated
Nov 16, 2020 - Go
-
Updated
Nov 10, 2020 - Go
-
Updated
Nov 13, 2020 - Go
-
Updated
Nov 14, 2020 - JavaScript
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
Nov 6, 2020 - JavaScript
-
Updated
Jul 28, 2020 - C++
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
Sep 29, 2020 - D
We don't currently have an explicit test for futexes. We could use an exhaustive test that stresses both the futex interface as well as correctness on single and multiple-core instances. The test should run under both a Linux host and nanos as a parity check.
-
Updated
Nov 4, 2020 - C++
-
Updated
Oct 26, 2020 - Jupyter Notebook
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Nov 16, 2020 - JavaScript
-
Updated
Jan 2, 2018 - Swift
-
Updated
Nov 14, 2020 - Go
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
The documentation for Installing Salt for development feels like it's out of date https://docs.saltstack.com/en/latest/topics/development/hacking.html . One example is that it seems to indicate that Python2 should be used:
On Arch Linux, where Python 3 is the default installation of Python, use the virtualenv2 command instead of virtualenv.