Xavier Chanthavong
Xavier Chanthavong
This might open the door to cucumber & other options: https://pub.dev/documentation/junitreport/latest/
Here's another scenario with rebase: The graph starts with these two changes: ``` ○ zrsnuykk XavierChanth 10:13 12/14/24 │ git_head() 25da2a68 │ (no description set) │ ◆ rrsnquvz XavierChanth 09:55...
I was using `rebase -s` when I encountered the scenario with 5 or 6 duplicates now that I think about it.
> You can use `jj op log` avd `jj log --at-op` to figure out which operation added the commits. I'm struggling to reproduce now, but the next time I encounter...
> It's already captured. You can run those commands now to troubleshoot. Captured in a gist, since it's quite long: https://gist.github.com/XavierChanth/50f0f9f0e0061725c58768989dfcf591 It it normal to see the snapshot of the...
Yes, that is what I meant by capture, sorry for the confusion. I did build a little plugin in nvim that shows jj log next to an embedded terminal. It...
I assume by ecc we mean ed25519, in which case we should rename from ecc to the corresponding curve that we mean.
TODO: delete at_client_mobile & at_onboarding_flutter
@srieteja please avoid rewriting history when there are multiple consumers of a branch. Instead, please push a revert commit.
Some pseudocode for this: ```dart import 'dart:async'; import 'dart:convert'; import 'dart:io' show IOSink, stdin, stdout; class AtKeys {} // App code (NoPorts) void main() async { var keys = await...