Vojtěch Štěpančík

Results 19 comments of Vojtěch Štěpančík

Maybe we can use symbol properties? So that `general-create-definer` automatically sets the property on the definer symbol, and anyone using an unsupported setup can do so manually.

Not sure if this is of any help, but take a look at [graphql-cli](https://github.com/graphql-cli/graphql-cli). It lets you fetch remote schema and save it to a file with this command: ```...

> :ID: 82bd9766-d8bd-418f-a5bb-5c569e488915 > (The file image.jpg lives in a subfolder data/82/82bd9766-d8bd-418f-a5bb-5c569e488915) It would actually be in `data/82/bd9766-d8bd-418f-a5bb-5c569e488915/`, since the first two characters aren't used in the name of the...

FWIW Emacs 27 can now be compiled with harfbuzz support, which allows the user to define regexes which should be checked for alternative rendering. You can check out [this section...

I might take a look at it.

You can use any git repo, you just have to set `:host` to `nil` and then specify the full URL in `:repo`. As for integrating custom host symbols, I think...

Looking into it more, it seems that: 1) The spec->url encoding helpers are there, but they are not used in `straight-vc-git--encode-url` proper 2) The url->spec decoding is not implemented AFAICT,...

I don't have experience with that part of the codebase, but I think I'd expect logical connectives to be composable. It's kinda surprising to not be able to do `A...

> (Observe that the arrows are missing their heads. It seems they may have added some extra CSS code to get the arrowheads.) The arrow heads are defined at the...

That's concerning, tool updates should not change code style. I suspect that we don't actually have autopep8 configured and we were relying on some default behavior which might have changed...