Alex Saunders
Alex Saunders
Hey @joshwcomeau , I'd love to help out with this project and this seems like a great starter issue. One question - in terms of design, would you prefer a...
@YouHan26 I explicity prevent windows users from running glicky via this entry in package.json: ```json "os": [ "!win32" ], ``` As I was pretty sure that glicky wasn't working on...
@shavidze currently Glicky won't run on windows machine's due to an entry in package.json that prevents downloads on windows operating systems. #10 Should have fixed this so Glicky will be...
@neutrino2211 yeh could open another issue for this please? A copy/screenshot of the error in the console (if there is one) would be very useful as well.
@shavidze with the release of v0.0.2, you should now be able to run Glicky on Windows! Please do let me know how you get on with it 🙏
> and make a compatibility list Love the idea of this, do you have any ideas about where we could keep such a list? I suppose it would be like...
As far as the actual issue here, I'm not sure how I'm going to best debug this as I don't have access to a Linux machine or Gnome web browser.....
Hmm yeh I'm thinking maybe a branch where we have a compatibility.md file that gets updated as we tests browsers might be good.. will think a little more on it...
Yeesh that does not look like a fun error. Have had you had any luck finding the root cause of this @neutrino2211 ? It looks like the custom renderer is...
Hi @devozanges , thanks for opening this issue. I've been aware of this problem for a while but i'm not entirely sure what's causing it. I'm working on a rewrite...