language
Here are 4,645 public repositories matching this topic...
-
Updated
Sep 8, 2021 - V
-
Updated
Sep 7, 2021 - JavaScript
-
Updated
Sep 8, 2021 - Ruby
Hello,
I recently upgraded to Node v4.17.5 and it seems a newly added exception there is breaking my Less build.
I'm using less v4.1.1 and less-plugin-autoprefix v2.0.0. To recreate the issue I've -
- Installed the above packages globally
- Created a less file (test.less) with the following content -
p {
color: blue;
}
- On the command line, run -
`lessc test.less tes
-
Updated
Sep 7, 2021
-
Updated
Sep 2, 2021
Problem Statement
The current docs theme we are using is the plain readthedocs sphinx theme. Some colors are hard to read (e.g. the search highlights). Additionally, it would be nice if the docs would reflect the overall Solidity brand identity.
To Do
- Add custom CSS file called "Solidity light mode" with the color changes described blow ([docs](https://docs.readthedocs.io/en/lates
### 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
Aug 28, 2021 - Python
-
Updated
Sep 8, 2021 - Dart
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Sep 8, 2021 - PHP
-
Updated
Sep 8, 2021 - Go
-
Updated
Aug 10, 2021 - C
-
Updated
Sep 8, 2021 - Red
-
Updated
Sep 7, 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
Sep 8, 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
comments, preserve, emit, array
I noticed it in 4.4.2, but it seems to have happened in some form since 3.3.2 (oldest available on the playground).
The behavior appeared to change slightly after 4.2.3. (See playground link for details).