Roald Storm

Results 30 comments of Roald Storm

It looks similar to: https://github.com/WebAssembly/binaryen/issues/6628 but since he reports downgrading resolved his issue I suspect mine is distinct.

@mtb0x1 ~~Thanks! That indeed seems to fix it! Do you know why this might be the case?~~ Edit: no it didn't actual fix the issue I think. It just avoids...

But it should just work for any arbitrary value in place of the `max` right? Any condition on a column like: ```python lf.filter(pl.col("timestamp") == my_value).collect() lf.filter(pl.col("timestamp") < my_value).collect() lf.filter(pl.col("timestamp") >...

This issue is a duplicate of https://github.com/helix-editor/helix/issues/11452 Also.. I very much agree this is necessary when programming Python. Currently I'm running `pyright`, the `ruff` lsp and `ty`. It would be...

I have a problem with this as well. Basically if the venv gets created by `uv`, the flags in `pyvenv.cfg` are wrong and the code doesn't work. I need apt...

> @RmStorm Any update here? I’d love to use it in production. I'm unlikely to complete this PR since I'm no longer doing app development, someone else should pick up...

I ran into this as well, at least I suspect it's the same issue. I have an 8GB file with about 325 million rows. ```python lf.select(pl.count()).collect() ``` is very fast....

yeah but the point is that filtering _is_ possible because the timestamp column has min/max ranges written on all the row_groups and there is just a single row_group that contains...

[This issue](https://github.com/helix-editor/helix/issues/4243) points out that diagnostics can be hard to read, particularly in the workspace diagnostics picker. I think my PR makes that worse.. Maybe I should check if there...

I guess it would be nice to verify a little more but I don't really have time to do that. I'm just living with the sleep now haha. A cursory...