Linus J
Linus J
In `genesis-ui/index.less`: Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using `:host` and `::shadow` pseudo-selectors,...
### Description I was sending text files to a discord webhook on my server and found out that something wasn't right when I added å, ä or ö to the...
The discord webhook API has a bug where in some cases it has trouble correctly identifying UTF-8 and mistakes files as other encodings (in my case ISO-8859-9). But by instead...