vwkd
vwkd
### Describe the bug Currently, there multiple internal commands in the global namespace. For example, debug commands. Internal commands aren't very useful for everyday use by normal users. Additionally, the...
Could difftastic output a diff of two HTML files as HTML itself such that it can be rendered? For example, something like (copied from https://github.com/Rohland/htmldiff.net)? I recognize a "visual diff"...
**Describe the feature that you'd like** During a rebase, `HEAD` might not be on any branch. Currently, "Show All" has to be selected in the Branches filter for HEAD to...
**Describe the feature that you'd like** When deep into a long git rebase, sometimes Git Graph doesn't refresh anymore. Currently, the workaround is to scroll up, hit the Refresh button,...
**Describe the feature that you'd like** Git Graph is great to visualize the git history. I often use it in split view to show the context side by side to...
I'm wondering if it's possible for [`verify`](https://docs.rs/nom/7.1.3/nom/combinator/fn.verify.html) to allow a verification function that can mutate its captured variables? This would allow verify to do stateful parsing since it can use...
This adds a `-c, --remove-intro-outro` option to the `decrypt` subcommand that removes the Audible brand intro and outro. It can't be used together with the `-s, --separate-intro-outro` option. I mainly...
This is an attempt to fix badly encoded characters in the AAX/C metadata. I'm not sure what encoding the AAX/C format uses for metadata and what badly encoded characters Audible...
The `decrypt` subcommand already has an option `-s, --separate-intro-outro` to separate the Audible branding into separate Intro and Outro chapters. It would be great if there were also an option...
It's desirable to represent an ID on the server as a `bigint` instead of a `number`. Currently, the ID scalar type supports serializing `number` to `string`, but not `bigint`. I'd...