Eugene Rwagasore
Eugene Rwagasore
I am an Emacs user on Mac. Watched you stream about `Modern Emacs` would like to use your config. I don't know how to consume `emacs` part only. Have you...
Trying to open a project with projectile as I used to do it without an issue. Once I installed `nameframe` and `nameframe-projectile` I get the error bellow: ``` run-hooks: Symbol’s...
I am using macOS M2 and I have followed the installation process. But I am facing an error when attempted to run the command `copilot-complete` with keybinding `C-c C-k`. The...
I am using pytest.main function call to create a flask test command ``` python @app.cli.command() @click.option('-c', '--cov-report', type=click.Choice(['term', 'term-missing']), help="Turn on coverage reporting") @click.option('-d', '--debug', is_flag=True, help="Enter pdb on test...