-
Given the following Dockerfile:
```
FROM ocaml/opam2:debian-9-ocaml-4.05.0
RUN git pull origin pull/11449/head
RUN opam update
RUN opam install -y opam-depext
RUN opam install -y --dry-run --cud…
-
Demonstrated with the following snippet. Tested with version 0.1.1.4e3d7fc.
```
const warn = @import("std").debug.warn;
// bin/zig version: 0.1.1.4e3d7fc
// build-exe: a float 3.14
// with --re…
-
We're currently migrating from Scala 2.11.11 to 2.12.6 at Twitter and observed a considerable performance regression. One of the factors seems to be more costly mutable hash map lookups. I've copied […
-
Some LEWG reviewers mentioned this, and it emerged again in the discussion of issue #17, so I thought I should write up something more detailed. I went a bit overboard, this may need to be an LEWG pap…
-
jsonlite toJSON digits = 16 or greater not honored. example
library(jsonlite)
toJSON(pi, digits = 15)
print(pi, digits = 15)
toJSON(pi, digits = 16)
print(pi, digits = 16)
produces below output.…
-
I'm submitting a ...
* [x] bug report
* [ ] feature request
* [ ] question
PostGraphile version: 4.0.0-beta.1
Minimal SQL file that can be loaded into a clean database:
```sql
CRE…
-
Recently we are fairly consistently getting timeouts when running the full test suite on Travis, so it's probably time to speed up some tests. Pytest says that the 20 slowest tests are:
```
======…
-
``` rust
#![feature(float_extras)]
fn main() {
let exact = 57.2957795130823208767981548141051703324054724665643215491602438612028471483215526324409689958511109441862233816328648932;
assert_e…
huonw updated
6 years ago
-
http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf specifies in the second paragraph of the introduction that JSON is agnostic about numbers, and simply represents them as a ser…
-
This isn't really a problem from circuitpython and rather almost certainly a problem with upstream, but it appears math.floor (converting a float into the next lowest integer representation) fails wit…