language
Here are 4,597 public repositories matching this topic...
-
Updated
Aug 22, 2021 - V
-
Updated
Aug 21, 2021 - JavaScript
-
Updated
Aug 22, 2021 - Ruby
According to documentation https://lesscss.org/functions/#color-definition-hsl
hsl() function should output a color, but it does not. rgb() and hsv() behave as documented.
$ npx lessc --version
lessc 4.1.1 (Less Compiler) [JavaScript]
$ cat problem.less
.problem {
color: rgb(128, 255, 0);
background-color: hsl(90, 100%, 50%);
border-color: hsv(90, 100%, 50%);
}
$ npx lessc pr
-
Updated
Aug 10, 2021
-
Updated
Aug 21, 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
This is a part of #10269 but getting includes consistent also came up recently in #11812 as it might prevent bugs like #11811 and #11103. I'm creating a more focused issue to try out specifically include-what-you-use even if it does not solve the original problem as a whole.
The task here is to install [include-what-you-use](https://include-what-you-us
-
Updated
Aug 19, 2021 - Python
-
Updated
Aug 22, 2021 - Dart
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Aug 22, 2021 - PHP
-
Updated
Aug 22, 2021 - Go
-
Updated
Aug 10, 2021 - C
-
Updated
Aug 22, 2021 - Red
-
Updated
Aug 20, 2021 - Haxe
It would be useful to have a java.util.BitSet
implementation. It looks like most Java collections are available but this one fell through the cracks (perhaps because it's not part of the Collection
hierarchy).
-
Updated
Aug 22, 2021 - Haskell
-
Updated
Jul 22, 2021 - C
-
Updated
Aug 16, 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."
Bug Report
ts stable & nightly
Playground Link
<img width="415" alt="Code_2021-08-01_08-43-51" src="https://user-images.githubuser