Jiří Barouš
Jiří Barouš
I have tons and tons of songs, some of which I don't play, but I don't really want to remove them permanently (especially as some are not available publicly anymore)....
### Bug description Removing a synced directory that contains a directory junction recursively deletes content within that directory junction, resulting in file removal (data loss) outside the Nextcloud-managed (synced) folder....
Hello, I find the documentation for the tree extension quite lacking. It would be nice if the documentation contained information about what the extension actually solves (and what it doesn't...
Since you are already dependent on Bootstrap and their styles and variables, why aren't you using them more? There are many unnecessarily "hard-coded" values in your theme. There is no...
You either shouldn't override the [`$border-radius` variable](https://github.com/HackerThemes/spur-template/blob/v1.0.0/scss/_variables.scss#L15) (as I don't think it's really necessary; the theme looks just fine with it), or you should also override [`$border-radius-lg` and `$border-radius-sm`](https://github.com/twbs/bootstrap/blob/v4.3.1/scss/_variables.scss#L235-L237). Otherwise...
The [upgrade to doctrine/doctrine-bundle 2.0](https://github.com/doctrine/DoctrineBundle/blob/master/UPGRADE-2.0.md) is not exactly trivial, but I don't think it should be a *major* issue. (At the same time supporting ^3.0 *is* trivial, so you may...
The bot needs a start script that: - [ ] runs the bot in a loop in case it crashes so that it can get back up - [ ]...
This fixes `ReferenceError: i is not defined` in function `reloadEmbeddedList`.
I'm writing a parser that parses what's mostly regular text, and it would be really useful if I could use the built-in EOI token in the grammar definition. Is that...
Currently there's no Monolog v3 support. Some care needs to be taken to keep backwards compatibility (see their [UPGRADE](https://github.com/Seldaek/monolog/blob/main/UPGRADE.md) document). Later, if/when #1078 happens php 8.1 could be required and...