Gab S.

Results 20 comments of Gab S.

Also related to https://github.com/RaRe-Technologies/gensim/issues/3225

I also have the same problem with poetry with the 3.8.3 version, with latest python 3.9

I'm personally using subparsers as a way to separate arguments handling depending on the command specified. I then use the main parser only as a "command parser". For that specific...

Same problem here! I think this really needs to be addressed, since it seems to be documented nowhere and caused me at least 5 hours of searching (originally had another...

Nice one! Can't wait to try it!

@HenningCash Thanks for the fix, worked for me on PopOS 20.04. Unfortunatly have to do it every time I enable filtering, since the loopback automatically **redirects from itself**, which results...

The bug is still ongoing. @taheri79 the nested class used is specifically for the `image` skeleton type. Change it to `.v-skeleton-loader__` correcponding to your type. For example : `.v-skeleton-loader__card` for...

A more general fix : ```css ::v-deep .v-skeleton-loader > * { height: 100%; display: flex; flex-direction: column; } ::v-deep .v-skeleton-loader .v-skeleton-loader__bone { flex-grow: 1; } ``` This verticaly streches every...

Yes, when running `publish`. **Also, the changelog is pushed even without the `--post` flag**. Here's the debug output (the auth token has been hidden) ```shell debug: get_current_version_by_tag() debug: get_last_version(, pattern='(\d+\.\d+\.\d+(-beta\.\d+)?)')...

Seems adequate, thanks all for your help and dedication :)