Gerry Agbobada

Results 110 comments of Gerry Agbobada

(pong ; don't stale me bot) I don't remember the blocker, it was something around the API of `set-ligatures!` that didn't integrate `ligatures.el` and `prettify-symbols-mode` seamlessly enough, but I don't...

`M-x flycheck-verify-setup` will always tell you which checkers are used, as well as which ones aren't used and why

Flycheck has a bundled pylint checker but doesn't come with the pyflakes one. You have to use another package for that. I guess pyflakes is mentionned in doctor because lsp...

Hello, I won't have much time to review it for now, all I can see from this is wondering this: does it work with the few packages that actually want...

I'm not sure I want this, because I'm already using direnv and `:tools envrc` to do my venv shenanigans in Python projects, and I don't imagine this hook and direnv...

I've never had issues with a bare `layout python3` in my `.envrc`, if I wanted to test different python versions I'd probably install other python versions from source and then...

Hello, I'm also interested in looking out how to advance on this subject, I'm using bépo (a french dvorak-like variant), and it'd be really nice if it were possible to...

To be more precise: the openid feature doesn't prevent from downloading crates, nothing can prevent it as far as I know. It only allows to a specific list of users...

I've been exploring recently exposing websites outside of a VPN, and it seems that it would be simpler to use a reverse proxy indeed to deal with TLS termination. This...

Makes sense. I was thinking about the pains of making a valid certificate, but I suppose this is an orthogonal problem to having tls handled in the server app.