-
I've seen a couple of posts recently about how both dragonflyDB and Redis integrated with https://github.com/fastfloat/fast_float to improve parsing of doubles. We use strtod (exposed as getDoubleFrom…
-
Generator optimization in #60187 by @tmandry reused generator locals, but arguments are still duplicated whenever used across yield points.
For example ([playground](https://play.rust-lang.org/?ver…
-
After integration and successful testing, while creating the release we noticed that WalletConnectFlutterV2 increased the app size significantly. Prior to the addition of this, our app size was 50MB n…
-
I didn't think there would be a package out there for this, thanks!
I was importing a table where the grouping mark is a dot, with values around 10.000.
As such, the extract_table function returns…
-
`mdb_get_double()` in libmdb/file.c corrupts the retrieved value about half the time at around bit 32, i.e., halfway through the value. I believe this is due to unwanted sign extension occurring on …
-
Beast Boost (and similar abilities) should only activate when the user knocks out the Pokémon. Currently it triggers when a opponent is ko'ed in any way (Burn, ally in doubles, etc). Soul-Heart is the…
-
So uhh yeah, whenever I try to use linmath, I get 12 warnings all telling me that "Severity Code Description Project File Line Column Suppression State
Warning C4244 'initializing': conversion fro…
-
while doing my reviews i tend to type fast and will hit the 確定 (confirm selection) and 改行 (enter) buttons extra fast and sometimes that makes it put the answer in twice. i.e. ほね -> ほねほね it's really a…
-
Hi,
today I was running my tests seeing something like that:
`Failure in TEST(tracker, kalman_cov)`
`expected `
`but was threshold used was `
Interesting, isn't it? :)
After a while I found the gu…
-
```
What steps will reproduce the problem?
Map x = new GsonBuilder().create().fromJson("{\"hello\":1}",Map.class);
Assert.assertEquals(1,x.get("hello"));
What is the expected output? …