Alessandro Martini

Results 7 comments of Alessandro Martini

I wanted something like this for neovim builtin terminal, I've managed with this: ```vim function! Martini97CloseTerminalOnExitOk(job_id, code, event) dict if a:code == 0 execute self.winnr . 'wincmd c' endif endfunction...

I made an script that scraps some websites and add some tags (title, artist, album, release year, album cover, lyrics, genre,..) but it requires that the songs to be name...

I'm running on btrfs on fedora 39 and I get the same error when saving symbolic links ``` NVIM v0.10.0-dev-1816+g2d33a766a Build type: Release LuaJIT 2.1.1702233742 ```

This is what I did to fix the command on Mac: https://gitlab.com/martini97/dot-nvim/-/commit/b6f627ce8ac9c2eeb303237afe3abbf8d9de4a20

`Traceback (most recent call last): File "odoo_selenium.py", line 17, in ui.go_to_module('Accounting') File "/home/alessandrofm/Estagiario/odoo/venv/local/lib/python2.7/site-packages/odooselenium/ui.py", line 146, in go_to_module modules = self.list_modules() File "/home/alessandrofm/Estagiario/odoo/venv/local/lib/python2.7/site-packages/odooselenium/ui.py", line 134, in list_modules '.oe_application .oe_view_manager' File "/home/alessandrofm/Estagiario/odoo/venv/local/lib/python2.7/site-packages/selenium/webdriver/support/wait.py",...