This would musk to write, but is honestly really readable.
Eh, whatever it is, if anything, isn't really affecting me too bad.
The test is interesting, but the lack of nuance in it (only true, true at certain times, or never true) makes it hard to answer.
Not autistic, but I write like chatgpt. And I really like formatting.
What threw me was having to set a width.
Really wish they separated donations for .ml and developement.
^cmon^ ^sublinks^ ^i'm^ ^too^ ^used^ ^to^ ^the^ ^lemmyui^ ^that^ ^i^ ^cant^ ^use^ ^piefed^
No, speed isn't the issue. Its installing packages/modules on windows with luarocks, the lua package manager. It doesn't work half the time on windows.
no its a reference to javascript.
Apologies, but that perfection would be bad for people on screen readers.
most people are on windows, so if I make something, it should support that.
Thanks, this is the explanation I was looking for.
Also, lua is the same, packages are either written in c or pure lua.
I was thinking of making a simple SSG (Static Site Generator), and I wanted to make it in lua.
some other cli tools, like scraping scripts as well.
Its probably better to use some form of server-side rendering.
You can put it in an
iframe
, but that's bad for accessibility. You can put it in a regularframe
, but that element is deprecated.You could also make a small script that adds the contents of the file into a
div