language
Here are 4,688 public repositories matching this topic...
-
Updated
Sep 29, 2021 - V
-
Updated
Sep 29, 2021 - JavaScript
-
Updated
Sep 29, 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 20, 2021
-
Updated
Sep 19, 2021
Abstract
The AST import code in CommandLineInterface
is currently wrapped in an exception handler that catches all exceptions and prints an error message. This is most likely because the JSON input does not get validated before it's passed to ASTJsonImporter
and the importer just asserts things that
### 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
Sep 20, 2021 - Python
The following functions are currently missing:
-
acos
-
acosh
-
asin
-
asinh
-
atan
-
atanh
-
cos
-
cosh
-
log
-
log10
-
sin
-
sinh
-
sqrt
-
tan
-
tanh
Inspiration for how their implementation might look can be found in Modules/cmathmodule.c
(and Modules/clinic/cmathmodule.c.h
for arg
-
Updated
Sep 30, 2021 - Dart
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Sep 28, 2021 - PHP
-
Updated
Sep 29, 2021 - Go
-
Updated
Sep 11, 2021 - C
-
Updated
Sep 29, 2021 - Red
-
Updated
Sep 27, 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 27, 2021 - Haskell
-
Updated
Sep 18, 2021 - C
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."
Today we ship a one-type-fits-all style for printing type is not assignable to type messages. We'd like to improve this in a pretty simple manner: by occasionally adding newlines. For example with this arbitrary comparison:
Looks like this today: