notramo

Results 200 comments of notramo

It seems like it's not a libc issue. I found two issues mentioning this error message: https://github.com/flutter/flutter/issues/76178 and https://github.com/flutter/flutter/issues/106941 If I set `export LIBGL_ALWAYS_SOFTWARE=1` then Syphon starts, and shows the...

Unfortunately, other Flutter apps also lack hardware acceleration on the PinePhone, so it's blocking this issue. There are more bugs however, that will have to be resolved when the acceleration...

@ereio, what's the progress on this?

@colebemis It don't need to use filesystem access API for this feature. Surely it would be cool, but I think this issue is about hosting it on own webserver, and...

Unfortunately, it's currently not possible, as upgrading to Svelte 5 would make it incompatible with Svelte 4 projects. https://github.com/sveltejs/svelte/discussions/10707

@ajbura, I guess @homchom wants to change a displayname of an user only locally. `iamb` has this feature: https://iamb.chat/configure.html#user-display Since the Matrix protocol does not have a spec for this...

You should remove WASM, which is bloated, and use native binaries instead. Cinny should detect that it can't run megolm (which is implemented in WASM), and offer to send the...

It's not possible for webapps to access any path on your system. Webapps don't even know where the file was in your directory structure (what was the path), before opening...

Could you revisit this issue now that FUSE SSHFS has been discontinued? If that stops working, we are left without a mountable SFTP filesystem that supports symlinks.

I don't know much about it, but there is another interesting bundler, written in Rust: https://turbo.build/ Unfortunately, I don't know much about it as I only used Vite.