CodeShakingSheep

Results 115 comments of CodeShakingSheep

You need to install the python module before running the script, see [this answer](https://stackoverflow.com/a/25905642). For APT distros (e.g. Ubuntu) ``` sudo apt-get install python3-tk ``` For Fedora: ``` sudo dnf...

@gloriafolaron I love both of your suggestions. Making the kanban board dynamic is a must-have for me in regards to performance. So, I appreciate you guys looking into that. Regarding...

Hi again, It's been some time and I wanted to inquire about the current status of this issue. I just updated to the latest LeanTime version yesterday and as much...

I want to bump this as it's really bothering the readability. @marcelfolaron Could you kindly let me know if you can anticipate when this can be fixed? Thank you :pray:

I think I have a related issue. I have 2 Nextcloud apps on the same server. When running command `nginx -t` I see this ``` nginx: [warn] duplicate extension "js",...

In another instance I had `1` as value instead of `true` which also led to issues.

@otm33GH Haven't found time for testing your branch yet. Will probably do next week. Just want to report that I was running into this error again after upgrading to 9.2.0...

Hey @Joffcom , I will have some time to take a look at writing tests in the next days. I haven't written tests for a v1 node yet. Can you...

@Joffcom Can you please give me an update on this PR? This PR fixes a very annoying bug that the description for transactions is not being set. It's just small...