DawidPietrykowski

Results 8 issues of DawidPietrykowski

### Bug Description When a migration checksum is generated, it seems like it's putting the whole file as bytes through SHA384 generator as stated by this code: ``` impl Migration...

bug

Hi, I want to start off by saying I'm grateful for the project, it allowed me to move away from google and have more control over my data. This modification...

This is the error I found in logs of the docker container while trying to load a wall of ~95k photos. Below is the whole stack trace: ``` photofield-photofield-1 |...

bug

This PR adds `FocusLastPane` action as described in #4142 The "last pane" is considered per-user per-tab per-mode. Which means that: - In the case of multiple users, one user's switches...

Noticed that when performing `PageScrollUp` and `PageScrollDown` repeatedly my position in the buffer was shifting by one row. This was caused by using `.rows()` instead of `.get_content_rows()` when performing `PageUp`....

## Summary This PR improves Zellij performance by up to ~145x for scrollbuffer search operations through multiple optimizations, making it usable with millions of lines in the scrollbuffer. ## Changes...

### Related issue #687 ### Description Added files mentioned in the documentation but not present in the repository.

Latest IronPython2 does not work on .NET 9. Submission containing materials of a third party: This fix comes from IronLanguages/ironpython3#1807 specifically: https://github.com/IronLanguages/ironpython3/pull/1807/commits/9c2e61c49c4ffcea367c9566e24f5ded8a06dd9d Worth noting that IronPython2 does not build using...