StoicDeveloper
StoicDeveloper
All tasks without a specified section are associated by default with the (no section) section. In board view, this has the static label (no section) though there is no label...
Currently a repeating task cannot be moved into another section from the board view. For example, a "to do" section may contain a repeating task, which cannot then be moved...
If a section has a repeated task in it, then that section's "add task" button is not visible. **To Reproduce** Steps to reproduce the behavior: 1. add a repeated task...
Kanban boards typically have "swimlanes" which allow tasks to be sorted vertically on the board. This allows the user to differentiate tasks at a glance based on an arbitrary tag...
In the board view, there is a lot of wasted space, such that a maximum of three additional sections can be added before (in my resolution) the next section does...
EDIT: This implementation of this PR has been completely reworked, though the interface is the same. In short, the new version makes one very minor change to the existing FuturesUnordered...
### Qubes OS release 4.2.2 ### Brief summary On a new install of Qubes 4.2.2 on an Acer Switft 3, with temlateVM Debian-Xfce installed, the template VM cannot be shut...
[How to file a helpful issue](https://www.qubes-os.org/doc/issue-tracking/) ### Qubes OS release 4.1.1 ### Brief summary I'm experience various issues with my windowing system on 4.1.1. One of the issues is confined...
enabling features "rspc" and "migrations" together, and running `prisma generate` causes the following panic: ``` #11 7.766 Compiling prisma-client-rust v0.6.11 (https://github.com/Brendonovich/prisma-client-rust?tag=0.6.11#3ac68d00) #11 12.00 Compiling MassServer v0.1.0 (/app) #11 18.82 Finished...
When attempting to generate prisma.rs while building an alpine-based image, the binary panics with an OS "No such file or directory" error, which occurs on the prisma_cli.rs `cmd.output().unwrap()` call, as...