Nicolas Ramz

Results 136 issues of Nicolas Ramz

Opening https://apple.com no longer works. Instead I get this stack trace: ``` 1638131.070 RequestServer(90037): Loaded 145 of 145 (100%) provided CA Certificates 1638131.072 WebSocket(90038): Loaded 145 of 145 (100%) provided...

Opening https://amigaimpact.com and scrolling makes Ladybird crash with the following stack trace: ``` 0 liblagom-ak.0.0.0.dylib 0x000000010575da48 ak_verification_failed + 216 1 liblagom-web.0.0.0.dylib 0x0000000106cfde6c Web::Painting::CommandExecutorCPU::blit_corner_clipping(unsigned int) + 164 2 liblagom-web.0.0.0.dylib 0x0000000106cffb88 Web::Painting::CommandList::execute(Web::Painting::CommandExecutor&)...

Scrolling does not work anymore in https://html5test.opensuse.org/ Using git bisect I was able to trace the problem to this [commit](https://github.com/SerenityOS/serenity/commit/90879a07ba6ab3cf61c52b3d601f1ed5052b807c). That's on macOS with the appkit chrome.

See: https://github.com/alex8088/clipboard-files This would allow to copy/write clipboard file paths (Windows & macOS only). Note that polling will be needed since there is no notification support for incoming paths into...

experiments

Checklist to have a MVP of a (readonly) zip plugin: - [x] correctly handle goto parent when at the root of the zip (should change FS) - [x] correctly handle...

Scroll position should be updated only when the keyboard is used for selecting a file.

In IconView it should be possible to select files using lasso.

enhancement

MVP checklist: #392

When attempting to open a folder by typing a path to a file, this error message appears: ![Capture d’écran 2023-03-09 à 09 58 44](https://user-images.githubusercontent.com/199648/223972296-388d9bac-4e29-4bd3-8f38-1f5f55028af4.png) It is quite misleading: the file...

regression

When several files are selected and the `rename` menu is activated, this dialog appears on the Finder: ![image](https://user-images.githubusercontent.com/199648/223565099-4645b7ba-a515-45de-bd3d-6c38ccbb2772.png) Would be a good idea to implement multiple rename too. Not sure...

enhancement