Bibhas Bhattacharya
Bibhas Bhattacharya
That looks very good and will meet the needs. A few points: - The cursor needs to change when the mouse moves over the splitter. - The splitter seems too...
Context menu is already possible using native Electron menu. Please see issue #90.
Hi, not sure about what you mean by "Photon's provided quick start app". I am using the `template-app` that comes with the Photon distribution. The `menu.js` file there has this...
Is there any way to use libmp3lame.js to convert the PCM data to MP3?
LibreOffice Draw does not handle "ex" unit very well. I'm having trouble importing SVG with "ex" unit. an option to use px or pt will be very good.
Yeah, I ended up doing something very similar in [my app](https://bibhas2.github.io/tex-svg/). See the ``convertUnit(svg)`` method there.
This probably has something to do with [allow empty](https://argo-cd.readthedocs.io/en/stable/user-guide/auto_sync/#automatic-pruning-with-allow-empty-v18) not set to true. There appears to be no way to do this from the UI. Also, during manual sync allowEmpty...
To resolve this issue use older version of training data from: https://github.com/tesseract-ocr/tessdata/tree/3.04.00. Worked for me.
Hi @mgeisler, it will be tremendously helpful if that line simply said: `` Rust strings contain any UTF-8 encoded Unicode characters, such as emoji. ``
In my case the resolution was something different. My project needs Java 8 and ``pom.xml`` has this. ```xml maven-compiler-plugin 3.7.0 1.8 1.8 ``` I have both JDK 8 and 15...