-
The bug is the same as described in [https://github.com/dataflint/spark/issues/13](This bug report)
When I try to access data flint through a knox gateway, it tries to access without the gateway
…
-
It looks like Python 3.13 will provide public C API for efficiently converting to and from a `PyLong`. These should be compatible with `mpz_import/mpz_export` rather than converting between hex string…
-
**What is the bug?**
Flint data source always return NULL for nested field value.
**How can one reproduce the bug?**
Create an OpenSearch index with nested field:
```
POST nested_index/_d…
-
Currently it is a bit awkward to use flint's fmpz and fmpq because they do not interoperate with anything else:
```python
In [1]: import flint
In [2]: import gmpy2
In [3]: flint.fmpz(2) * gmpy…
-
Right now we `ccall` many FLINT functions from multiple places, e.g. `fmpq_mpoly_add` is called in three places in Nemo; so is `fmpz_add` but that one also has two callers in Hecke.
At the same tim…
-
### Modpack
FTB Presents Direwolf20 1.21
### Modpack version
1.4.1
### Launcher
FTB App
### Has the pack been modified
No
### Log Files
_No response_
### Describe the bug
I can no longer pl…
-
``` r
flint::lint_text("paste('/')")
#> Original code: /
#> Suggestion: Do not use absolute paths.
#> Rule ID: absolute_path-1
```
-
The `flint_poly` is a child class of `flint_elem` and is used to build other polynomial types on top of, however, `flint_poly` has a method `roots()` which converts the self to `acb` type, which I ass…
-
### Your GTNH Discord Username
_No response_
### Your Pack Version
2.6.1
### Your Server
Private
### Java Version
Java 21
### Type of Server
None
### Your Expectation
Tr…
-
Sorry for the bad title. Found by @yuvraj-singh-math. If `g` is a polynomial, `g//1` and `g/1` produces two different types. This isn't problematic, as most functions do not distinguish between the …