Coder of Salvation / Leon van Kammen
Coder of Salvation / Leon van Kammen
I'm on the fence on this one. I mean, litegraph is something I keep coming back to, as it is so simple to use. The README.md sortof says it all,...
Have same issue with mastodon.online (laptop brave, laptop firefox, fedilab client, android brave). Is the image-resizing failing or things are out of diskspace? Text-only toot works fine though.. Already for...
Hehe cool :) Please have a critical look..especially at the system()-calls. For example the 'remindPlugin' (which remembers important links, or mentioning of nicknames): I chose for system( escapeshellcmd("cat '{$msg}' >>...
oh that is very cool to see. I'm going to re-read up on that thread (I recognize it from 1-2 years ago when I helped testing cosmogfx). TBH I'm not...
Hm good points. Going even deeper, we could say that we're stuck with the blind spots of POSIX SDL would indeed be the way.
hm I'm trying with a simple example, but it seems that it works here too. I will try some more with more complex xm's and try to narrow it down...
cool ❤ > NOTE: Yesterday I tried bubblewrap inside trusted-cgi, it works but once you run trusted-cgi inside a docker, then docker needs some special securityflags for bubblewrap to create...
yup that works! Btw. I've replaced/force-pushed this branch with another fix: it resolves index.html in any directory now (see [commit](https://github.com/reddec/trusted-cgi/pull/27/commits)) This seems to be the default behaviour on many static-file...
thank you!
I too had problems saving objects (v0.4.0) but reverting to an older version 'solved' it: ``` npm install [email protected] --save ```