language
Here are 3,901 public repositories matching this topic...
-
Updated
Dec 20, 2020 - V
-
Updated
Dec 20, 2020 - Ruby
I'm Writing a ThemeColor Plugin, use Visitor.
In fn:visitColor , node.parent sometimes is null (box-shadow:0 0 0 1px #999 inset). I can't find the parent Declaration Node of Color Node.
so I want to [less.js/lib/less/visitors/visitor.js Visitor.prototype.visit](https://github.com/less/less.js/blob/0e268598c8327b9e8d36d9bb2edfde95d8d787be/packages/less/src/less/visitors/visitor.js
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Dec 7, 2020
-
Updated
Dec 8, 2020
-
Updated
Dec 3, 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
We already have a specialized checked exponentiation when the base is a literal and exponent can only be known at compile time.
Implement the case where exponent is a literal and base is only known at compile time. Vyper already has this: vyperlang/vyper#2072
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Dec 19, 2020 - Dart
-
Updated
Dec 20, 2020 - PHP
-
Updated
Dec 18, 2020 - C
-
Updated
Dec 20, 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
Dec 2, 2020 - Go
-
Updated
Dec 20, 2020 - Haxe
-
Updated
Nov 21, 2020 - C
-
Updated
Dec 20, 2020 - Haskell
-
Updated
Dec 18, 2020 - JavaScript
Should suppress --strict warnings.
-
Updated
Sep 20, 2018
-
Updated
Dec 16, 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."
This is made more obvious by #41877, which corrects the spans of tags to their full spans, making the error spans even more ungainly. Here's one example; see the errors.txt diffs in the linked PR for more.
Expected behavior: