Oziel Cortés Piña
Oziel Cortés Piña
`.define m8535def.inc` There's the file for the ATmega8535 but there's no support fot it at listing devices: ``` $ avra --devices | grep ATmega85 ATmega8515 | 8192 | 0x0060 |...
I was coding a script but this option don't seems to work `sxiv -e $(xdotool getactivewindow) image.png` `X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed...
`init.vim`: ```vim let g:lsc_server_commands = { \ 'typescript': { \ 'command': 'deno lsp' \ } \} ``` `stderr`: ```txt Starting Deno language server... version: 1.32.5 (release, x86_64-unknown-linux-gnu) executable: /usr/bin/deno Connected...