Andrei Edell
Andrei Edell
Thanks for taking the time to give me some pointers. I'll check it out and start with the approach you proposed if I find some time :-)
@bogem Cool. Sadly, I found soundscrape and realized that it meets my needs pretty much perfectly. I can shellscript around the rest here. I still like this lib, but doesn't...
This is a big problem for me currently — I can't run DragonBonesPro at all on my development machines
Seems like both to. I still had dragonbones installed after the upgrade, and it does not run. The installer does not run either. This continues to be an annoying problem...
+1 that this has caused some issues: https://github.com/neomake/neomake/issues/1323 Seems like I opened a dupe of the ticket blueyed referenced, and someone else also commented on it saying that they had...
Wow, incredible turnaround! Thank you so much, I'll give it a try. And thanks again for your awesome projects On Thu, Feb 18, 2021, 4:13 PM David Figatner wrote: >...
> Neovide is not using a terminal and based on what I see `image.nvim` is directly writing to a terminal which will do nothing in the setup when neovim and...
> > > Neovide is not using a terminal and based on what I see `image.nvim` is directly writing to a terminal which will do nothing in the setup when...
Thank you very much for taking the time to explain all of that, and yeah obviously you're incredibly right. Even if we could support the protocol as-is, it wouldn't do...
FWIW, I figured out what the issue here is. You have to .bind() your resize function before you assign it in window.addEventListener. Because this wasn't done, when the Section component...