Edoardo Piroli
Edoardo Piroli
Hi, I have just added todo-comments to my neovim configuration but noticed that the command `TodoTrouble` opens the trouble menu but it doesn't actually close it if re-executed. I think...
`delete_unused`, in spite of its name, deletes records even if they are used, provided they are not part of a foreign key with `restrict` ondelete clause.
-- Why is this needed? Current scenario: 1. During pyinfra deployment: `git worktree add /path/to/wk commitish` 2. `rm -f /path/to/wk` happens 3. Deployment is run again, however `git worktree add...
… formatting The usage of `str.format` to inject the parallel filter used to explode queries is not robust to the presence of other curly braces. Examples: 1. `JSON` strings (typically...
When removing a module, all its models (and their fields) are also removed. However inherits of such models had to be cleaned up manually.
In some cases, it can be handy to define an unlogged/temporary table to memontarily store information from before the upgrade. We don't care for such non persistent tables to have...
Both `zfs get` and `zpool get` have a `-p` option to request parsable (exact) output. ``` dpool size 266287972352 - dpool size 248G - ``` - [x] Pull request is...