Isaac Dadzie

Results 6 comments of Isaac Dadzie

@Bad3r High key interested in your notes about awk. 😊 Finished an espanso shell cmd using it yesterday.

I use [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) to automatically register the .desktop To resolve this issue, I've had to move the icon from the `0x0` to the `512x512` folder. This issue seems to be...

I wrote simple function to add to the .bashrc or .zshrc file to temporarily fix the icon issue. Copy the current icon file to `~/.local/share/icons/hicolor/512x512/apps` and name it `Athens.png` Add...

@pedro2555 Noticed running AppEditor from the application menu does not show the system icons. Try running it from the terminal if you installed it via flatpak. `flatpak run com.github.donadigo.appeditor`

@odoo-sh export the OPENERP_SERVER environment variable In terminal ```sh export OPENERP_SERVER=/path/to/odoo.cfg ``` or in your bashrc or zshrc file append ``` export OPENERP_SERVER=/path/to/odoo.cfg ``` and reload the shell with `exec...

@lfam I had my pull request already fired up and ready to go, but it turns out it's already been fixed, awaiting a merge. See sublimelsp/LSP-pylsp#68. While we wait, you...