Kamen Mladenov
Kamen Mladenov
If anyone wants to fix this issue, the fix is simple, you just need to change the appropriate character in the dictionaries: https://github.com/opendatakosovo/cyrillic-transliteration/blob/7161458a261a99ada0b838aa0aa79a3bbc42886e/cyrtranslit/mapping.py#L116 https://github.com/opendatakosovo/cyrillic-transliteration/blob/7161458a261a99ada0b838aa0aa79a3bbc42886e/cyrtranslit/mapping.py#L130 and update the test: https://github.com/opendatakosovo/cyrillic-transliteration/blob/7161458a261a99ada0b838aa0aa79a3bbc42886e/tests.py#L16 **But**...
I don't remember when or how, but I have a temporary fix for it: 1. Create a [userscript](https://github.com/minbrowser/min/wiki/userscripts) (you can call it whatever, I call mine `app-region-fix.js`) 2. Paste the...
Other browsers handle multiple windows quite a lot more simply - the last closed window is the one who's data is stored. I did some tests (on Brave and Firefox)...
Could be a duplicate of #135 and #111. Are you sure that the `BASE_URL` inside `docker-compose.yml` is the same as the address you're trying to host it at (better explained...
 The current latest version is `1.0.0-beta`, so you'll need to pull that image: ``` docker pull meltyshev/planka:1.0.0-beta ``` # BUT IF YOU WANT TO UPDATE AN EXISTING SETUP **Back...
**Edit** I revisited my old explanation and my server and I found the original answer out of place. I also found a mistake (that is now fixed). To check the...
@gczark Please provide a more detailed description of your issue. By portable version do you mean a version that you can install on a **USB stick** and just plug in...
Hello, I'm sorry for the very late response. #### Inline HTML All inline HTML still seems to get escaped. [Definition lists](https://www.markdownguide.org/extended-syntax/#definition-lists) seem to be completely unsupported (before I think they...
Using commands, it can be done via `xprop`, `egrep` and `wmctrl` (ourtesy of [this post](https://www.linuxquestions.org/questions/linux-software-2/how-to-show-desktop-in-xfce4-601161/#post3395777); make sure to have them installed). `xprop` and `egrep` are used to determine if the...
Hello @PalmerAL, I would like to help out. Although I don't have much JavaScript and Electron experience (I will spend some time learning them), I can atleast help out with...