Frank Benkstein
Frank Benkstein
@philc: could you have a look at this, please? I currently have to reload the addon manually each time I restart firefox...
I've responded to your comments above, please let me know if you still want me to change something. Regarding reproducability: IIRC when this occurred I often had many tabs (>...
The issue is happening again to me. I'm using Firefox 122.0 on an Apple M2 MacBook Air. I build from the master branch (839c38ed21f36cec0d10d1bf726f748d185311f9) and managed to catch it in...
How about `stg rebase --exec '...'` having the same semantics as `git rebase --exec '...'`, see https://git-scm.com/docs/git-rebase#Documentation/git-rebase.txt---execltcmdgt?
How does `if` / `if let` without `else` work? Is the function only allowed to return unit `()`?
This is from the RFC text: > The full list of block constructs permitted at the top level of a function: > ... > * if and if let, if...