Pawel Darulewski

Results 7 comments of Pawel Darulewski

Are there any workarounds for this? I have multiple misc modules in a utilities repo and I'd really like to use a few of them in other projects. The issue...

@gnuletik yes, I think so too, I guess I've had other errors related to the `.git` directory of the monorepo inside the project's virtualenv directory. Setting the `parallel` to false...

I am fine with `build` and `ci` not being bumped, I defined my custom rules in `pyproject.toml` file so it works as I wanted to 👍 then I guess it's...

@DaDlugosch sure, here you go: ```toml [tool.commitizen] version = "1.2.3" version_files = [ "app/__init__.py:__version__", "pyproject.toml:version", ] name = "cz_customize" [tool.commitizen.customize] bump_pattern = '^(feat|fix|ci|build|perf|refactor|my_custom_one)' bump_map = { feat = "MINOR", fix...

> Can confirm not working. Seems like it takes time for language server to be attached to a scratch buffer. I can adjust the code to wait until `LspAttach` event,...

@ivorytower1026 I think the problem might be caused by gorm's ID field and it's related to this issue: https://github.com/go-gorm/gorm/issues/7042 I can see you're using mysql though, so I'm not sure...

@mlomeli1 thanks, I didn't know that, sorry about that. Unfortunately, if I use conda, it fetches numpy 1.26.4 and numpy-base 1.26.4: ``` ∇ conda install -c pytorch faiss-cpu=1.8.0 [...] added...