-
With the proposed changes for issue #185 (Allow functions to process arrays) we will have many function calls that currently work, but will fail once many functions accept more parameter types. Those…
-
`x into String` instead of `to-string(x)`
-
When I try to run CARMA, I keep getting these warning messages despite allocating plenty of memory. The results differ depending on if a warning message was generated or not. Do you have any suggestio…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
There are a few type coercions in our current provided implementations of `FromValue` that may be unexpected (and also break bijectivity with `IntoValue`).
I see this as problematic as several comm…
-
I'm getting this error when I try to run the example data. Any ideas? Thank you!!
>library(Rmagic)
> data(magic_testdata)
> data_MAGIC
-
According to the Ring spec, a response is something that has a body, a status, and a headers map. In other words, something for which `ring.util.response/response?` returns true.
But some handlers …
-
Each coercion should be fixed: if the coercion works now then it needs to be put under test so we don't
break it. If it doesn't work, then we should assert that it doesn't work so we don't later picku…
-
Some operations would be faster on sorted lists. So they can just specify a coercion that automatically sorts as necessary.
List+List::Sorted
-
I've noticed that when iteratively parsing a json stream character by character 'incomplete' floats are 'stepped' over:
```python
import json
import jiter
obj = {'float': 1.0}
obj_json = json…