-
Updated
Dec 18, 2020 - Java
Here's what's popular on GitHub today...
-
Updated
Dec 20, 2020 - TypeScript
Ethereum
-
Updated
Dec 17, 2020 - Python
-
Updated
Dec 20, 2020 - Clojure
-
Updated
Dec 20, 2020 - C++
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
GitKraken Boards
GitKraken Boards syncs in real-time with GitHub Issues and GitHub Milestones so changes made in either system are immediately reflected in the other. Link cards to GitHub pull requests, check PR statuses, auto-update cards based on PR statuses and view build statuses without leaving GitKraken Boards.
Plus, use GitHub Actions to automate your workflow; trigger automated actions in GitKraken Boards by linking cards to pull requests descriptions or commit messages in GitHub.
Bug report
Describe the bug
There is an extra space in the French wording in the modal to add a single unilateral relation in the CTB. But I also wonder if the wording is actually correct: for the 2 first relationship types we use "[CT1] a un [CT2]".
See video: https://www.loom.com/share/95e8b07f2dff4dc3801624dd9d6bafc4
Steps to reproduce the behavior
- In dev env, Go to
-
Updated
Dec 19, 2020 - JavaScript
-
Updated
Dec 19, 2020 - TypeScript
Allow disabling a nav item.
Steps to follow:
- Setup the project.
- Find
nav.tsx. - Implement needed feature.
- run
make generatefrom project root - this generates python API. - Use your newly implemented prop to showcase its capabilities.
- Add unit tests.
-
Updated
Dec 19, 2020 - CSS
-
Updated
Dec 18, 2020
-
Updated
Dec 15, 2020
-
Updated
Dec 18, 2020 - Go
-
Updated
Dec 20, 2020 - Python
-
Updated
Dec 20, 2020 - Dart
-
Updated
Dec 18, 2020 - C#
-
Updated
Dec 18, 2020 - C
IRC logs
sanket1729: How can
decoderawtransactionRPC know reqSigs if the output scriptpubkey is p2sh/p2wsh? I think it is returning 1 everytime.
sipa: sanket1729: it only works for bare multisig
sipa: we should probably just remove it
The output parameter for reqSigs is confusing as it outputs 1 for all scripts but bare multisig in the scriptpubkey. Considering the limited applicab
Overview of the Issue
Using PowerShell, I have successfully enabled logging using the PACKER_LOG and PACKER_LOG_PATH environment variables. I would like the error-cleanup-provisioner to publish the last n lines of this log, but I can't seem to get the value of PACKER_LOG_PATH in my template.
Reproduction Steps
In PowerShell:
$env:PACKER_LOG = "1"
$env:PACKER_LOG
-
Updated
Dec 19, 2020 - Python
-
Updated
Dec 19, 2020
TestQuality
TestQuality is the #1 Test Case Creation and Management app for GitHub Workflows. TestQuality extends your Github DevOps workflow to provide powerful and modern GitHub issue powered test case creation and management. TestQuality integrates with GitHub, Jira, Selenium, Jenkins, Cloudbees, Cucumber, JUnit and more to complement your entire DevOps workflow. TestQuality is FREE for GitHub public repo’s and affordable for teams on private repo's.
The repo containing the
Dockerfileand theentrypointis here.