Xananax
Xananax
I add `Imagemagick`, `Wine`, and `Rcedit` to the docker. Wine and RCEdit to integrate the icon, and imagemagick to generate it from a png image (as well as potentially generating...
As far as I can see, your problem is with the `const` keyword (or destructuring). Are you sure you're using an up to date version of node?
Yes, I should. I forget that there are several versions of node in circulation that people use.
If you're willing to wait a week or so, I'll add in some babel/webpack to compile to ES5
I'm coming late to the party, but I just want to add my +1 to the idea of having js plugins instead of python plugins. I'm not gonna repeat the...
Saving as a new xlsx and opening the document localy in libreOffice Calc: The document isn't blank anymore when opened locally. However, subsequent changes are not picked up by Calc....
It doesn't fail to save, it doesn't discard the document. It does save. If you only use OnlyOffice in Nextcloud, you will not see any problem. The issue arises only...
That's possibly a bad example then, and maybe I shouldn't have mentioned it, but I meant, more generally, to list any limitations that might bite the adopted of a language...
Language _or_ implementation limits. Here's the use case: - I am interested in Godot-Ecmascript - I decide to use it - Turns out, HTML exports don't work. I didn't know,...
I just installed Itch Windows with Wine! It works reasonably well. On Arch (with [multilib](https://wiki.archlinux.org/index.php/Official_repositories#multilib) enabled): ```sh sudo pacman -Syu wine wine_gecko wine-mono lib32-nvidia-utils wget winetricks --needed && \ wget...