Krzysiek Jakubik
Krzysiek Jakubik
I'll look at it when I have some free time :) Wasn't a priority since I'm only using this to play radio streams on RPi (no need for timechange event)...
Thanks @markpython86, that's right @vaibhavgatne, as you can see in https://github.com/noodny/node-ftp-client/blob/master/package.json#L34, `ftp` is a dependency of this module.
I'll bump this as I've just spent the whole day trying to figure out why my setup with latest `react-scripts` and `webpack5` is not working. Please release this to `npm`...
Hi @Nelaach, in case you haven't found a workaround this added to config works for me: ``` 'commands.after': (cmd: string) => { if (cmd === 'linkInsert' && editorRef?.current) { const...