-
_Originally opened by @rudolph9 in https://github.com/cuelang/cue/issues/253_
## Background
JSON has no concepts of `float` or `int` only `number`. The current behavior of cuelang has `float` and …
-
For certain use cases mypyc is still much worse than an extension written in C (or Cython). Here are some low-level features that I believe could together improve various interesting use cases by a fa…
-
I'm trying to calculate tomorrow's date.
The approach I'm taking is as follows:
adate = adafruit_datetime.date (2022, 03, 31)
delta = adafruit_datetime.timedelta(days=1)
bdate = adate + delta
I…
-
#31 raises a valid question but doesn't go far enough. :)
Trying to parse `Ezjsonm.from_string "1"` should not throw any errors at all, it should return `Float 1.0`.
According to https://www.jso…
-
Hi, I'm trying to use hyp2f2 to calculate Voigt profiles integrals, and noticed the imaginary part of hyp2f2 yields weird variations for some input values. Running the code below may be more explicit:…
-
### Problem
```
:lua =vim.json.decode(vim.json.encode(3053700806959403))
```
Returns `3.0537008069594e+15`, which is `3053700806959400`
JSON floating number encoding is in general a bit mes…
-
## Context
We have many issues relative to the inspector spin slider, which often constraints the values which can be selected both via the slider/spinbox and via manual input (typing the value).
…
-
Really short term (and enough to close this issue): two examples, since the directory name has an "s" at the end.
Long term: all of them (or, if something better comes up, as many but better).
-…
masak updated
10 months ago
-
Please see detailed discussion on the topic here: https://groups.google.com/forum/#!topic/golang-nuts/LqVD5kMHJQw
Note that the headline is about Fibonacci numbers, however, the root issue is regar…
-
I'm testing out the Buffr Glitch plugin, however I noticed that for higher notes, the pitch seems to become increasingly off-pitch, here's a recording:
https://github.com/robbert-vdh/nih-plug/asset…