Prabir Shrestha

Results 267 comments of Prabir Shrestha

Researching a bit doesn't seem like there is a good way to log errors. In the meantime can you try this https://github.com/prabirshrestha/dwm-win32/pull/71? I'm wondering if the root cause of crashes...

If a window is hanged and managed, should we call `unmanage()`?

Can you add an example in `config.h.in`. Feel free to comment it out.

Have you tried `VK_LWIN` based on https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes?

That reminds me of this https://github.com/prabirshrestha/dwm-win32/pull/34. We probably need to port some of the code from there to support `VK_LWIN`. The PR has lot of diffs and other features so...

Hit the same issue when implementing [surrealdb-migrator](https://github.com/prabirshrestha/surrealdb-migrator). For now I have used a `for loop` with `.query()`. https://github.com/prabirshrestha/surrealdb-migrator/blob/e7336de5c4aa76a8cd4ca753b57f296cb59af68e/src/lib.rs#L415-L439. I'm also not sure if there is a limit on size for...

If you are looking for rust library I have created another one. https://github.com/prabirshrestha/surrealdb-migrator. It is based of rusqlite_migration library. Currently it is provided as rust library only though cli can...

would be good if other tools such as [paru](https://github.com/Morganamilo/paru) is supported for archlinux. This would allow us to take full advantage of https://aur.archlinux.org/ from the community.

@milesj do you have an ETA on when this will be available. I'm hoping to integrate https://crates.io/crates/libvips in my project, but it requires https://www.libvips.org to be installed. As of now...