Amor Ali
Amor Ali
Last commit 6 months ago are they dropping the project ?
Tauri team have been away from any chromium related tech. and this is what one of the creators mentioned. Tauri was built for Linux with FSF guidelines in mind that's...
I agree with you It's good to give developers more options but it's more work. I hope if there is someone interested to make it happen.
I just came checking on this repo but if you have an issue with midori this repo is no longer maintained. the new midori repo is hosted on [GitLab](https://gitlab.com/midori-web/midori-desktop).
It looks like any package contains NumPy will throw this error. I tried to install NumPy and pandas, same error. Maybe because building NumPy on itself is a hassle, It...
I downloaded the portable version 2.25.0. Unfortunately, the bug persists.
This warning comes from the GTK runtime and it's not something that break the app. And this version of midori is deprecated maybe your GTK version is not compatible try...
In my existing code base I used to use the `findById` always instead of `getById` which is deprecated in favor of `getReferenceById`. So I made a simple experiment with `findById`...