Results 110 comments of Adrian

Thanks! I'll take a look! Fyi, I just added a [status](https://github.com/phronmophobic/clj-media/blob/main/README.md#status) section to the readme.

Very cool. Thanks for the project. It's been great. The problem doesn't occur too much, but I think there's something about my server usage (eg. dinky server with intermittent CPU...

My setup seems to be able to trigger the error every few days. Let me know if there's any helpful info I can collect.

The vdom backend depends on `[com.phronemophobic/vdom "0.2.2"]`. The vdom based backend is just a proof of concept. I don't currently recommend using it at the moment.

I'm sure I'll add a HumbleUI graphics backend at some point. It shouldn't be too much work since there's already a skija backend and that's the graphics library that HumbleUI...

Sorry that set you back. Do you have a stacktrace for the error you ran into? Maybe it's possible to update the code to work regardless of where the script...

Sounds good. The membrane.webgl namespace probably shouldn't do anything on load anyway. It seems like this issue and https://github.com/phronmophobic/membrane/issues/49 can be fixed by: - Only running setup when necessary -...

I am open to contributions, but I am pretty opinionated. I've deprioritized the feature for making it easier to obtain and use models. One of the main ideas behind that...

Sounds good. I think a separate library might be the best place for now. Just some thoughts on the `download-model` function: - If two different threads call `download-model`, it creates...

Yep, this seems better. I'll test it out and try to get it into the next release. Thanks!