Nick Greenfield
Nick Greenfield
It would be good to have `pmgen.py` not require Numpy for modules not making use of numeric arrays, as Numpy is a fairly heavyweight dependency.
Currently, the io `c` and `u` flags are respected when POSTing to the resource, but not included in the generation of the schema. This breaks auto-documentation and auto-generated client libraries....
It looks like this has already been discussed in https://github.com/biosustain/potion/issues/27, but I think it would be very useful to support an `?expands` query param for expanding Potion JSON responses. Stripe,...
Depending on how ones' relationships are configured in SQLAlchemy, adding `.options(joinedload("relationship_name"))` to the query can substantially reduce the number of queries executed. I've prototyped this a bit for our code,...
1. The manuscript refers to transposition as an issue, but Hamming only captures character-by-character differences, not true edit distance (i.e., Levenshtein). In practice, this may not be a huge issue,...
### 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. ###...
In https://github.com/johnmyleswhite/BloomFilters.jl/pull/23 @scls19fr suggests moving this repo to [JuliaCollections](https://github.com/JuliaCollections). I'm open to this, or adding additional maintainers, as I am not regularly using Julia and haven't been quite as prompt...
Thank you for the great library @jonmmease. Have you considered / what do you think about exposing the Vega expression parsing in the Python library so a user can validate,...
Currently, any import of `instructor` raises a `DeprecationWarning`. This is noisy and also makes it impossible to have test suites raise an error on `DeprecationWarning`. Example code: ```python3 import warnings...
- [X] This is actually a bug report. - ~I am not getting good LLM Results - ~I have tried asking for help in the community on discord or discussions...