RussCoder
RussCoder
@Unitech please, take a look. I even added a probable solution. It seems to be a serious problem that is rather easy to fix for a person who knows the...
@minecrawler I agree, no one of plugins I have tried (including the plugin from here https://github.com/parcel-bundler/parcel/issues/1087#issuecomment-502660744) works with parcel 1.12.4 However, for my need I found the following solution: Instead...
@Joe-Withey The plugin doesn't work for me (with parcel 1.12.4), there is an error: > ‼ Plugin parcel-plugin-change-file failed to initialize: ReferenceError: configFilePath is not defined For my need, I...
If you think that WebAssembly is always faster than pure JS, you are wrong. I also used to think so, but after experimenting with it, I found out that it's...
I got the same issue, I use - Node.js 12.16.1 - web-ext 4.2.0 - Firefox 75.0 - Windows 10 In a usual cmd.exe `web-ext run` exists only when the browser...
Yes, but only after several other issues are closed.
I'm glad you found the app useful and appreciate your feedback. As for opening files in Firefox, initially I didn't find a way to implement it. It works in Chrome...
There are 2 ways: 1. Always return a promise, even if a callback is passed in. 2. Return a promise if no callback was provided. Many popular libraries follow the...
Hello, is the code processed by a template engine? I'm asking because of the string `'/file/{{fuid}}.djvu'`. Try to hardcode the URL and try to open another file.
Please, check the browser console (Ctrl+Shift+I). I need more information. And is it a bundled (single file) document or an indirect (multifile) one?