Ferran Jovell

Results 14 comments of Ferran Jovell

Something similar I observed with `python-language-server`. With the plugin alone it does not work, does not show any candiates for completion but when running poetry shell, opening vim and trying...

@stephanECD I believe you need to add a local object before the function is declared: ```lua local custom_actions = {} ```

If possible I would love for a buffer with the default text to appear always and then that text is used for the commit message. This way, we can pass...

Yeah, pretty much this is what I was not getting, many thanks! It wasn't clear to me how I could: First, embed YAML into the markdown, and second, what would...

Would it be worth it to open a PR to add this information in the README?

Opened https://github.com/simonw/markdown-to-sqlite/pull/6

I stumbled upon this by chance when researching an issue I am having and decided to work on it since I've been using poetry for a while, this project is...

This would also allow to mocked requests with different scopes. I am now in a similar situation. I have multiple tests mocking different requests, but when I run them all...

I'd be happy to submit a PR if it's needed but checking the GitHub workflows it seems that they should be there already. Checking on https://pypi.org/project/OpenTimelineIO/#files you can see there...

Hi @JeanChristopheMorinPerso, thank you very much for the swift reply! Do you have an estimate on when the next release will be?