Chris Burgess
Chris Burgess
When filtering a timestamp from something like `2022-06-21 22:16:33.701` to `2022-06-21 22:16:33.900` the time is truncated to the nearest second, meaning all data is lost and nothing is returned.
I have a log file, plaintext, that is 5.7 GiB. I had replaced my cat with bat and noticed I was getting very slow performance chopping files with `cat |...
Currently the npm module has the logos and links rendering behind an API call so you cannot access them. This is probably because on shields.io logos and links are handled...
## Bug Report ### Version `tracing-subscriber v0.3.14` `tracing v0.1.35` ### Platform `x86_64-unknown-linux-gnu` ### Crates `tracing-subscriber` ### Description There appears to be a discrepancy in what the documentation believes is true...
On the light theme the temperate text and values do not show. Added in #513 
### 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://crates.io/crates/polars) of Polars. ###...
Currently the `GzDecoder` `new` method eagerly attempts to read the header information in the constructor. It has `match` statements for if the io should be non-blocking, but in general this...
fixes #14639 When encountering a map column (which in Arrow is a `List`), the code failed to recursively convert subtypes into valid Polars types. This caused an error when a...
I tried searching on the issues page, but couldn't find anyone who mentioned it, so I figure I would. Has it been considered to add an automatic code formatter and...
Hi I really love this project and its become a really important part of my workflow. This is exactly what I have been looking for for such a long time...