svalo

Results 9 issues of svalo

Hello, I'm encounering some issues while using postgres with koel, tryied with mariadb and did not have problems. I'm not sure whether this is an issue with koel itself or...

[Type] Bug
[Status] Needs Review
Sync

**Describe the bug** While trying to run VW against a Nessus instance I receive an error regarding a document which gets downloaded but not analyzed and saved due to encoding...

bug

When pdbpp and web_pdb are installed in the same env, web_pdb is unable to run giving following traceback: ``` Traceback (most recent call last): File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner...

**Describe the bug** When trying to fetch objects tracked by lfs inside a submodule, `url..insteadOf` is apparently not used and fetch fails. If the submodule is fetched directly then `git...

When using flask-caching together with Flask's stream_template, JSON is produced rather than HTML. Is this expected and am I missing something? I searched the docs but did not find mention...

When pdbpp and web_pdb are installed in the same env, web_pdb is unable to run giving following traceback: ``` Traceback (most recent call last): File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner...

Hello and thank you for the plugin, I've been searching for something similar for a long time! Use case: I have a server which holds PostgreSQL subscriptions to a remote...

Use case: I do have both personal and work calendar synced on my phone and I have the widget on my home screen. During non working hour and weekends, when...

Before this change compilation failed with: ```cmake src/fileshelter/ui/ShareCreateFormView.cpp:285:29: error: ‘count_if’ is not a member of ‘std’ 285 | return std::count_if(std::cbegin(files), std::cend(files), ```