Felix von Drigalski
Felix von Drigalski
I would only remove the hyperlink but not the reference to the book itself.
I just submitted a quick PR because Google led me to these docs, but then I noticed that the repo has merged no PR for over 6 years. It looks...
I can confirm that `Copy Style` and `Paste Style` does not seem to work, but using `Edit Style` you can see that the style is not the same. Copying the...
Related: https://github.com/jgraph/drawio/issues/2920
That fixes the error being displayed on Anki's startup, but checking/unchecking the "Enable AnkiIntegration" checkbox in the Chrome extension afterwards gives the error `Extension and plugin versions incompatible`. I didn't...
I overlooked this and just opened another almost identical issue. To streamline discussion, let me just paste my main points over here: > It is hard to parse which branch...
Was this solved?
Grouping queries, mutations and types would be very useful, but I wouldn't know how to use the theme to implement this either. An example with metadata would be helpful.
In my case, the structTags already contain the actual tags, so those would have to be removed manually if the `description` was taken from the tags. The fields are also...
I tested this yesterday, which retrieves the comments from the AST (inefficiently, but who cares?): ```go const loadMode = packages.NeedName | packages.NeedFiles | packages.NeedCompiledGoFiles | packages.NeedImports | packages.NeedDeps | packages.NeedTypes...