Vincent Emonet
Vincent Emonet
Hi @ericof , ok I opened the issue, I will add the test if there is interest for adding the feature I don't want to spend 20 minutes of my...
@ericof I just checked the linting results more in details and found out `bandit` is not happy about us using `subprocess` : ```bash >> Issue: [B404:blacklist] Consider possible security implications...
@ericof I added the tests to reach 100% coverage All we need now is to figure out what we do with bandit complaining about using `subprocess`, do we add some...
This issue is important for potential users who are facing it. Which are the majority of wtype users since wtype does not seems to work with a lot of major...
If anyone needs it, we use ```xml org.xerial sqlite-jdbc 3.23.1 ``` And import in Main class: ```java try { Class.forName("org.sqlite.JDBC").newInstance(); } catch(Exception e) {e.printStackTrace();}; ```
Hi @LeandroStanger and @pierotofy (long time!) As far as I know flatpak is built mainly to publish cross platform graphical desktop applications in a containerized and secure manner. LibreTranslate is...
Is there any plan on accepting this fix? We are having the same issue to use CORS + basic nginx Auth, and it's quite cumbersome to re-build everything for one...
Indeed @tkw1536 it would make sense to make this disabled by default and only enabled if explicitly requested Still interested @rparree ? I'll take a look when I have some...
Hi @mijorus, thanks for asking! Smile was a great help for working on this migration 🙂 I did not get much free time to work on it this week, and...
Note that on my Fedora 38 (using dark mode system wise) Emote properly uses the dark mode If I change my system to light mode Emote stays black though