Nat Noordanus

Results 21 issues of Nat Noordanus

prospector fails with stack trace and error like the following in the presence of valid pyproject.toml files. ``` toml.decoder.TomlDecodeError: Not a homogeneous array (line 152 column 1 char 4093) ```...

bug
dependencies

Currently this project declares that it is not compatible with python `>=4.0`, this sounds reasonable in that "python 4.0" is kind of an abstract concept, but has the unfortunate side...

Currently this project declares that it is not compatible with python `>=4.0`, this sounds reasonable in that "python 4.0" is kind of an abstract concept, but has the unfortunate side...

It could be handy to have an option somewhere in the model to automatically center the camera within the mesh, since some software generates meshes with only positive vertex values,...

enhancement

My use case is that I have a simple scene that I'm initialising as my app load. The scene is to contain a number of meshes constructed from data that...

I like the look of the newer chat playground_type, but I can't seem to get it work. When I try send a chat message the UI pops up the following...

bug
playground

### Summary from discussion https://github.com/nat-n/poethepoet/discussions/141 #### Problems 1. Standard output with full task content is too verbose 2. It's hard to follow what's happening with nested sequences #### Ideas 1....

enhancement

### Description It would be very useful to have something like [polars.read_csv_batched](https://docs.pola.rs/api/python/stable/reference/api/polars.read_csv_batched.html) but for avro files. Our use case is that have some avro files in S3 that can be...

enhancement

I'm hacking together a custom response renderer where I want to be able to have some logic to edit the stream as it is rendered but still benefit from streaming...

## Pre-merge Checklist - [ ] New features (if any) are covered by new feature tests - [ ] New features (if any) are documented - [x] This PR targets...