neekfenwick
neekfenwick
The "best" method I've found so far is to try to get the file's metadata, which will throw an exception if the file does not exist, but of course there...
I also had trouble here, so here's what I learned. I noticed that `test/browser.html` had a link to `../build/browser.js`, rather than `./browser.js`. Hacking this to load ./browser.js gave me an...
I think I'm getting this also, today with a freshly created draft listing, I think it's because I don't understand how to get value_id values for my custom colours. I...
perhaps you do not have `javac` on your $PATH? i.e. you need to install a JDK that has the java compiler binary `javac`. I got a very similar looking error...
> Well, a bug that is actually my fault and something I can do something about. Which makes a nice change. Happy to help :P Thank you @Danack !
Definitely think this would be good as a plugin. I don't know much about the 'new' (to me, anyway) plugin architecture yet. We run a store with heavily customised product...
> This functionality in the core? Maybe. But only to add it to the list of ZC features **to attract new users**. Users who only ever use core ZC could...
I just tried checking out the latest HEAD from github and installing it, doesn't work in Gnome 44 either. In the meantime, `dnf install emoji-picker` gives you a nice looking...
> There's already a Pull request with Gnome 44 fixes: #186 Thanks @Henry78 .. that PR doesn't seem to be connected to any Issues, maybe why I didn't find it...
> @neekfenwick #186 doesn't include a patched zip file. Therefore, checking it out and running `./install.sh` won't install the right code. Here are the steps I took to make the...