language
Here are 4,442 public repositories matching this topic...
-
Updated
Jun 27, 2021 - V
-
Updated
Jun 4, 2021 - JavaScript
-
Updated
Jun 27, 2021 - Ruby
https://github.com/less/less.js/blob/dc3a3105300930e2df14062fcf3de97d43db61b0/packages/less/src/less/tree/ruleset.js#L501
https://github.com/less/less.js/blob/dc3a3105300930e2df14062fcf3de97d43db61b0/packages/less/src/less/tree/debug-info.js#L1
Found this issue when trying to use less from the source. This works in dist because the class is compiled into a function.
-
Updated
Jun 26, 2021
-
Updated
Jun 16, 2021
### 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
-
Updated
Jun 3, 2021 - Python
This would increase readability in bigger tests, such as those in semanticTests/externalContracts
.
// -- Double reserve
// account: 1
// reserve(string), 69 ether: 0x20, 3, "abc" ->
// owner(string): 0x20, 3, "abc" -> 0x1212121212121212121212121212120000000012
// account: 0
// -- Transfer
// setContent(string,bytes32): 0x40, 0, 3, "abc" ->
// transfer(string,address): 0x40, 555, 3
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Jun 27, 2021 - Dart
-
Updated
Jun 27, 2021 - PHP
-
Updated
Jun 27, 2021 - Go
-
Updated
Jun 1, 2021 - C
-
Updated
Jun 27, 2021 - Red
-
Updated
Jun 24, 2021 - Haxe
The lack of support for concurrency primitives like this makes it difficult to write cross-platform code. The implementation should be trivial.
-
Updated
Jun 27, 2021 - Haskell
-
Updated
Jun 26, 2021 - C
-
Updated
Jun 10, 2021 - JavaScript
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."
Suggestion
My suggestion meets these guidelines: