Michał Bartoszkiewicz

Results 9 comments of Michał Bartoszkiewicz

Another interesting case, that started ocurring due to #3846 and would also be fixed by ignoring symlinks: Assume there is a symlink `foo` pointing to `ignored-dir/bar.py` (note that `foo` has...

Few other strange cases: ``` error: `axe` should be `ax` error: `bare` should be `baer` error: `CREAT` should be `CERAT` error: `Ire` should be `Ier` error: `prepend` should be `perpend`...

Main problem with the workaround of "do not enable this" is that the feature is otherwise very useful, especially for people whose native languages are different from US English –...

Seems like this has been fixed (probably by #1086) 🎉

> ### Steps to reproduce > > I have a simple Pathway function that takes more than 30 seconds to run. I am curious if this is expected or there...

`index.hardware_acceleration()` returns `"serial"`. CPU model is `AMD EPYC 7413 24-Core Processor`. `quantization: ScalarKind::F32` and `quantization: ScalarKind::F64` seem to work correctly. I can also reproduce this on an M1 Mac (with...

I don't think we recommend using `--user` anywhere? Note that for `-U` in `pip install` is short for `--upgrade`, not `--user`. I agree that using a separate environment (or even...

The behavior is internally consistent, but possibly confusing. What happens is that the example uses two different ways of encoding the strings – some of them are just strings and...

In general the `persistence_mode` is not documented enough. I agree that it is confusing that enabling UDF caching enables the rest of the persistence mechanisms.