Vincenzo Castiglia

Results 45 comments of Vincenzo Castiglia

Hi @jackrosenthal please see https://github.com/jackrosenthal/kajiki/pull/74/commits/61441162f0c381772a9216b0ea67c8293e9362ea kajiki actually seems to work, but pytest is still failing due to some traceback manipulation? I don't think this is known by pytest devs, and...

It's not an issue with pytest, but a CPython bug. You can see the same issue running with `pytest --tb=no` and `python -m doctest docs/templating-basics.rst` relevant tests are: - docs/templating-basics.rst...

any update on this? I'm experiencing the same font-lock issue I see that: 1. in emacs-lisp mode + icons are visible in plain text + icons are visible in symbols...

did you read the building wiki? FF version is tied to pdf2htmlex, you cannot just pick a newer version. also I don't think it's possible to use an appimage as...

yes the license states you should publish your modifications... see also PR #122

hi @sommerlilie there's no need to tweak `conf.py` just add `'sphinxcontrib.openapi',` to the extensions. did you set up the options from the `rst` source file? eg: ```rst .. openapi:: ../specs/main.yml...

also tell me if you need other authentication methods, i'll be happy to add them too

well, you are right anyway, on i3 if I do ```python >>> vars(i3.command('rename workspace i: work to blue')[0]) {'ipc_data': {'success': False, 'parse_error': True, 'error': "Expected one of these tokens: 'to'",...

Hi again, I wan't asking for full fs monitoring, just another option within clear menus, that checks the transfers and verify if they still exists, clearing the non-existing ones. on-demand....

@ravirajn22 can you explain better, in other words, what do you mean by `uri might change for same file for different session so don't save it` I saw #107 and...