Boris Petrov
Boris Petrov
Thanks for the new release! However, it seems to break on Ubuntu where the latest Tesseract version available is 5.3.4: ``` java.lang.UnsatisfiedLinkError: Unable to load library 'leptonica': libleptonica.so: cannot open...
Debugging code should not be put in the distribution that users will use. Please remove calls to `console.log` and the likes. Only `console.error` and `console.warn` should remain as they signify...
When I update to version 4 (congrats on the release!), I get: ``` Module not found: Error: Package path ./dist/videojs-overlay.css is not exported from package /tmp/broccoli-413759BmMR0kc7xnZ/cache-369-webpack_bundler_ember_auto_import_webpack/node_modules/videojs-overlay (see exports field in...
Hi, thanks for the (yet another) awesome Pidgin plugin! It works like a charm. However, it doesn't seem to show my Skype chats. I was migrated from Skype to Teams...
I updated to version 2.2 (from 2.1.2) and my build seems to hang with one CPU being busy at 100% with a number of errors like the following: ``` The...
This plugin causes `ember-cli` to output the following when running `ember serve`: ``` broccoli-babel-transpiler is opting out of caching due to a plugin that does not provide a caching strategy:...
**Is your feature request related to a problem? Please describe.** It's not a problem but is a nice feature to have. **Describe the solution you'd like** Say I have this...
Which should be used when you have a base class (`abstract` or not) for which you want all children to be extensions regardless of whether they have explicitly been marked...
Thank you for the great project! When I started using it, my HTML-validator complained that `The “aria-owns” attribute must point to an element in the same document.`. Which is true...
We have a `Reference` class like: ```java public final class Reference { public T value; public Reference(T value) { this.value = value; } } ``` Having an instance of `Reference`...