Alan Silva
Alan Silva
Closing since I didn't have any follow up.
https://github.com/monim67/poetry-bumpversion is a much neatier solution.
Ok, I think I got it fixed, simply remove the single quotes around e.g. `'self update'` in: ```bash coms+=("about:Shows information about Poetry." "add:Adds a new dependency to pyproject.toml." "build:Builds a...
How? I don't have the input files.
I did look into oboe again and I kind got it to work with your tests but not with mines (always reaching timeout). You can see my branch https://github.com/alanwilter/oboe Here's...
Ok, I understand the point but it would still be nice to do `poetry install` and get my plugins right out of the box. Because I don't see the point...
And what about adding support for raw string? I have queries where I need to add `r"""select ...` or even `rf"""" select {foo}...` because those queries has things like: ```sql...
Well, that did not quite work for me. Is your hosting Mac an M1/2 (silicon chip)? When I run your instructions I got: ```bash docker run --rm -it --platform linux/amd64...
It should warn rather than spinning forever. I'm in a headless system, like many. Still an issue with v1.8.2
Good to know. The default should be `False`, just my 2 cents.