language
Here are 4,318 public repositories matching this topic...
-
Updated
May 18, 2021 - V
-
Updated
May 15, 2021 - JavaScript
-
Updated
May 19, 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
May 18, 2021
-
Updated
Apr 23, 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
May 13, 2021 - Python
After ethereum/solidity#10737 we should be able to replace nearly all non-range-based for loops by range-based loops using appropriate ranges.
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
May 19, 2021 - Dart
-
Updated
May 18, 2021 - PHP
-
Updated
May 9, 2021 - Go
-
Updated
May 19, 2021 - C
-
Updated
May 17, 2021 - Red
-
Updated
May 18, 2021 - Haxe
Adding a plain text to the header of a compiled and optimized .js-file may be useful for multiple reasons:
- Adding metadata like version, compiler settings, date, ...
- Adding execution information, e.g.
#!/usr/bin/env node - Adding a License, Author, Support info, URL, ...
Such a plain text header could easily be added to a .js in a postprocessing step after compilation. Howeve
-
Updated
May 6, 2021 - Haskell
-
Updated
May 8, 2021 - C
-
Updated
May 13, 2021 - JavaScript
https://github.com/gdotdesign/tree_template is not updated to support Crystal 1.0.0. It's owned by @gdotdesign so it would be trivial to get it updated but I was wondering if it might be better to consider switching to ECR?
It's definitely a preference thing with choosing to build HTML with Crystal, but since this functionality isn't for users of mint and is only used in 2 places ([here](https:
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
80006