language
Here are 3,831 public repositories matching this topic...
-
Updated
Nov 30, 2020 - V
-
Updated
Nov 30, 2020 - Ruby
This came up for fixes to svg-gradient()
(less/less.js#3261). There are no automated visual regression tests, so it might be good to do so for functions that create visual assets. See: https://github.com/garris/BackstopJS
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Nov 23, 2020
-
Updated
Aug 20, 2020
-
Updated
Nov 22, 2020 - Python
### Example
let unreachableProxy = "http://127.0.0.1:8888"
try:
let client = newHttpClient(proxy=newProxy(unreachableProxy), timeout=1)
var res = client.getContent("https://github.com")
echo res
except:
echo "Timed out"
Current Output
timeout variable is ignored, program stuck until default socket timeout will happen
Expected Output
Timed out a
Proposed by @axic in ethereum/solidity#10352 (comment).
Hmm, didn't we also had a sh256 hash next to this? That is way more useful for anyone downloading a static compiler from here and trying to verify it on CI (as that works with shasum -a 256 ).
After doing this the example in solc-bin docs should be updated to include such a hash too.
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Nov 30, 2020 - Dart
-
Updated
Nov 29, 2020 - PHP
-
Updated
Nov 30, 2020 - C
-
Updated
Nov 27, 2020 - Red
This is a follow-up to #4097 where we used an AtomicInteger
as a poor-mans replacement for a Semaphore
with tryAcquire
(or maybe even drainPermits
).
-
Updated
Nov 30, 2020 - Go
-
Updated
Nov 27, 2020 - Haxe
-
Updated
Nov 21, 2020 - C
-
Updated
Nov 29, 2020 - Haskell
-
Updated
Nov 27, 2020 - Scala
-
Updated
Nov 27, 2020 - JavaScript
Should suppress --strict
warnings.
-
Updated
Sep 20, 2018
-
Updated
Nov 30, 2020 - Python
Improve this page
Add a description, image, and links to the language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the language topic, visit your repo's landing page and select "manage topics."
Search Terms
Suggestion
When inputing code:
When you typing at
X
, the current completion list is a list of existing types, for exampleXMLDocument
.In vscode, when you typed
X
it is very easy mistakenly accept the wrong suggestion.(The setting "editor.acceptSuggestionOnCommitCharacter" default is true).I t