José Sánchez-Gallego

Results 61 comments of José Sánchez-Gallego

Seeing the same behaviour with the exception that the `[bumpversion]` section being moved to the top of the file does bother me a bit 😅

While looking for a solution for #87 I checked out this PR and realised that when you have both a `bumpversion.current_version` and a `metadata.version` only the latter gets updated. In...

I'm having the same issue. I think the problem is related to having a limit of messages. If I keep all the messages in the stream, scrolling works fine, even...

I'm using fish shell and actually don't have a `.bashrc` file. As far as I can remember I haven't had this problem in the past.

Sounds good. I'm very unexperienced with TS and the VSCode API, but I can give it a try.

I'm confused about the new build system. I've modified my `pyproject.py` to use ```toml [tool.poetry.build] script = "build.py" generate-setup-file = false ``` and ```toml [build-system] requires = ["poetry-core>=1.0.0a9"] build-backend =...

Looking at the `pendulum` example, it seems one also needs to add ```toml include = [ {path = "flicamera/*.so", format = "wheel"} ] ``` for the compiled extension to be...

Thanks for the explanation. I would really encourage that if this change become part of `1.1.0` it gets documented, even if it's considered an experimental feature. The old build system,...

I can say that from my point of view the current the build system works well and it covers all my needs. I've been using it extensively on my projects...

For what is worth, I did that migration recently, to the `electron-forge` boilerplate with the `vite-typescript` template, and the transition was surprisingly smooth. I hardly had to change anything serious...