-
Given the following code:
> import gmpy2
> from gmpy2 import mpfr
>
> def fmt(v):
> return '{:.23b}'.format(v)
>
> ctx32 = gmpy2.ieee(32)
> ctx32.subnormalize = True
>
> gmpy2.set_context(ctx32…
-
## Feature Request
**Describe the feature you'd like:**
The TiCDC Open Protocol is a json format that is easy to parse and human readable. However a binary serialization format would take less spa…
-
I tried to get the demo to compile from the instructions in the README, but it seems to be failing regardless of what I do.
Following the instructions, running:
```bash
$ git clone https://github…
-
-
Hi,
I have run cppcheck on skeletons files and received following errors, which could interest you:
…
-
*Most of this is already in [PEP-7](https://peps.python.org/pep-0007/). IMO we should move guidelines with user-visible effects out of the style guide.*
This is not only about the external API, but…
-
```
Compilation finished.
gcc -O1 -g -O2 -ffile-prefix-map=/build/gambc-YYEQDb/gambc-4.9.3=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wno-unused -Wn…
-
The CI test for the cmake build on Lassen is failing now. It looks like some typedef issue between KVTree and AXL, or possibly some changed defaults on the IBM compiler. I'm pretty sure I can fix this…
-
Hey,
I'm doing a component with the FSLightbox but it looks like the isOpen state doesn't update to hide the Lightbox.
I need click on close twice.
The parent component
```
import React, { us…
-
I added an option to the next branch to let the engine take the seed for the RNG from the command line. Together with threads=1, this might make games reproducible, in so far as the OpenCL engines are…