Michael Krasnitski
Michael Krasnitski
If the goal is to hide our changes to the commit, wouldn't this make it unviable to append to the end of a commit? The nonce will appear in the...
The crash doesn't happen consistently, in fact it's relatively rare. That's why I think it's a memory corruption issue. Note that the corrupted output is only generated by `-dump-theme`. The...
The error is gone on latest git. textbox-prompt-sep { margin: 0px 0.29999999999999999em 0px 0px ; expand: false; str: ":"; text-color: var(normal-foreground); } Though not sure if this is the parsing...
Ah, sorry. Glib is 2.72
I've still had problems on the 5.17.9 zen kernel. 5.18 just released, so I'll see if it's fixed there.
After some further digging, this is caused by an import error, where the `binaryninjaui` module can't be imported, which results in no `QtGui` implementation being imported either. One thing to...
@resolritter any updates on this? This (and also code highlighting in docstring examples) are places where `rust.vim` currently has better (or rather, any) highlighting.
FYI, I'm planning on filing a separate PR to bump MSRV to 1.64 first, at which point we can start using any newly supported features.
I think deduplicating using type aliases is problematic, because it pollutes the original model types with methods that are only useful when building a request. From my point of view,...
> > From my point of view, those methods make no sense to call on a model type that was returned from the API > > Can you explain why...