Aleksei Shpakovskii

Results 17 comments of Aleksei Shpakovskii

@panki27 you can consider adding some javascript-based code highlighter. For example, I'm using microlight.js: [project page][m], [my blog post][b]. As you can see, it even survived my migration from bashblog!...

Right, as commented by @cfenollosa at #45: > Anything that generates a file name should `eval $(convert_filename)`. Apply that to tag generation name. This might get harder then just putting...

Well, I'd rather leave `convert_filename` and start using it for tag filenames, too. Because not all characters which are allowed in filenames, are welcome in URLs. For example, we probably...

I'm not sure I can assign myself to an issue - likely I lack some permissions... But I played with gitpod - it was very nice and gave me a...

Thanks for warm welcome! It's pretty interesting for me to work on it (new language, new editor, new everything), so I'd like to work on this a bit more -...

these files being in `/usr/include/` makes me think it's an issue with an Alpine-provided package... FWIW, I haven't seen this issue on modern Arch. Not sure if it's helpful for...

I wonder if you have more than one worker process? I noticed that ipscrub uses "global" variable for keeping the random salt / nonce, and it is actually "global" _within...