-
My environment is Boost 1.85, GCC 14.2.1 (C++23) and Redis 7.2.5.
Observing a small quirk and not sure if its an issue with my setup or something else.
If I leave the Redis server shutdown and in…
-
Example code could be found below or on [godbolt](https://godbolt.org/z/KjfqcaxEq). clang 16 and later versions complain that constraints of Base::bar is not satisfied. clang 15, gcc and MSVC all comp…
-
### Description
```Nim
import std/[math, algorithm, formatFloat]
let x = sqrt(-1.0) #NOTE, Re: IEEE: x != x
var xs = [1.0, x, x]
xs.sort; echo xs # works as if n…
-
-
I would like to suggest a feature to parse strings into float numbers. I haven't found `std.parseFloat()` function in https://jsonnet.org/ref/stdlib.html. Since `std.extVar` returns a string it's impo…
-
Per the nightly `std::ptr` docs:
> [Under strict provenance, it is sound to] forge an allocation of size zero at any sufficiently aligned non-null address. i.e. the usual “ZSTs are fake, do what yo…
-
https://github.com/user-attachments/assets/a75afe9f-dbc2-4f8f-9a32-dff371933759
When I want to load the former listed mp4 files, the app will crash. In the meanwhile, I cound load other mp4 fi…
-
In previous builds you have this at the end of CreateShowdialog: **std::string &icon_path = ""**
I can just put in the path for an Icon and it works fine.
Now you changed in new plutonium builds…
-
follow up of this one :
https://github.com/biodiversitydata-se/biocollect/issues/239
-
Probably has to wait until C++20: https://stackoverflow.com/a/53530846/647898