Brady Trainor
Brady Trainor
Would it be "easy" to implement a "no selection" state if selected uuid is to be filtered some time longer than a tick after a more user-deliberate uuid change? Presumably...
Depending on priority, implementation, maintenance, none of which I know, another idea could be to display a prompt to user that uuid selection will change, or more generally, that order...
Potentially a slow sync like 5 or 10 seconds could be relevant in considering all of this. Not sure if you have a way to simulate slow networks, nor if...
Thank you for the out-of-band communication. It clarified a lot for me. Especially you helped me understood enough to have better nomenclature. So where I was vaguely pointing at background...
To build the project representation, can you use a hash map from project names to a structure recording information for that project, like parent, children, number of tasks, number of...
I'm not aware of any console apps that distinguish between `Ctrl+m` and `Enter`, or `Ctrl+i` and `Tab`. The CLI tool `showkey` suggests they are treated the same here. I'm not...
Would something like the following fix it? ```diff modified lib/src/console.dart @@ -545,7 +545,61 @@ class Console { } escapeSequence.add(String.fromCharCode(charCode)); if (escapeSequence[2] != '~') { - key.controlChar = ControlCharacter.unknown; + if...
I don't know if people need a minimal reproduce for this. This is reproducible for task 2.6.1 and taskd 1.1.0. ```dockerfile RUN task add foo\\ RUN taskdctl start && sleep...
And here is a commit with Dockerfile, PEM files, for minimal reproduce: https://github.com/bradyt/docker-taskwarrior/tree/fe7a40b8dea08deb90d06bf20a882ba0360f9640.
Further tests reveal I'm only seeing `Cannot perform this action while handshake is in progress.`, and apparent ignoring of client PEM files, with WingTask.com. I thought I had a local...