iohzrd

Results 9 comments of iohzrd

I was just looking into implementing this feature myself, so I'm glad I found this PR first. @Hjdskes I understand wanting to avoid scenarios where things break in non-obvious ways,...

Something like this perhaps. https://github.com/iohzrd/cage/commit/c88aa04cf0c8ae47b8782dee23c8f2657940bad9

Yeah. I just noticed this. Particularly, the get(channelName) method is still in the documentation but doesn't exist anymore. Is this method (or an equivalent) going to come back?

pull request with simplest possible implementation: https://github.com/tauri-apps/tauri-plugin-sql/pull/92

After playing with it a bit more, I think the best way to proceed is to use serde_json::from_value for BLOB columns, and leave the rest as is. This way we...

I'm experiencing this on Arch Linux (gnome) as well. Video was working in my app a couple days ago, now it's blank and my code hasn't changed. So I believe...

Update: I had recently reinstalled my OS and was missing some packages. In my case, this issue was fixed by installing gstreamer and gst-plugins(gst-libav gst-plugins-bad gst-plugins-base gst-plugins-good gst-plugins-ugly). Which is...

[My app](https://github.com/iohzrd/identia) uses/bundles Kubo, but I need to switch to a pure rust implementation of IPFS so it can go mobile, etc. It relies heavily on IPNS functionality, so I'm...

I can undo the formatting if that's preferable btw...