Bogdan Hlevca
Bogdan Hlevca
Also there are mulitple issues with the code. For Example: ` == None `should be replaced with `is None` also` !=` with `not` Move initializations like `self.variable={}` in `_init` to...
> I am using **3.1.1**. I have 3.2.1 and your code does not work. I am surprised that it allowed you to put Timestamp in the X axis. pyplot.bar does...
I suggest trying something like the code bleow that beside making it version agnostic will also simply code repetitions in your ranking method ``` def plot_bar(pos, cases, dt, color, title):...
Well, I had been watching this bug for a while. It appears that xflux incorrectly detects the display. I have 10 bit display and I am getting the following >...
I managed to compile borg on windows using visual studio compiler and modifying the `__init__.py` to include the dependent dlls. **Borg works fine for me on windows.** The big remaining...
> Vorta uses some functions of python's `os` module that are only available on unix. That was the reason or opening this issue: To make it compatible with windows. Now...
> Good news! There shouldn’t be many Unix-specific functions. > > First prio would be to upstream the changes in Borg and start publishing official binaries. Vorta does not need...
Pictures do not show even for public albums. I do not think that permission is the issue. I tried with admin and guest. Same thing, no pictures show. It is...
if ^W means CTRL+W then it does not work on Linux+KDE. CTRL+W is mapped to a window function.
YES, this way it works. It would be good if these features can be documented in a manual or help files