Vyacheslav Rusakov

Results 86 comments of Vyacheslav Rusakov

Integration example: https://github.com/xvik/dropwizard-guicey-examples/tree/master/dropwizard-jobs

Hi! Yes, it would be great if you provide a PR for the hibernate example. Please include extra test (to check that feature is working), if possible.

Ideally, it should be improved and become a guicey-ext module to simplify configuration. And I'm thinking about it time-to-time, but there is always something more important to do. For now,...

`ModelProcessor` extension is not supported by [guicey jersey installers](http://xvik.github.io/dropwizard-guicey/5.4.0/installers/jersey-ext/), so the only way is to manually install it into jersey context in application run method: ```java environment.register(InjectorLookup.getInstance(this, CoroutineModelProcessor.class).get()); ``` Normally...

Sorry I was on vacations. I tried to reproduce this on windows and ubuntu and it works (but I used different python versions: 3.9.4 and 3.10). I'll try to look...

I have an idea: most likely, you're running gradle on M1 mac and that's why I can't reproduce the problem on ubuntu. I googled gradle problems on M1 and there...

Sorry, can't reproduce. I tried on windows and ubuntu. Used python 3.9.11, tried with pyenv managed python. Can you please share plugin configuration? Maybe it would help. Is there anything...

Released version [3.0.0](https://github.com/xvik/gradle-use-python-plugin/releases/tag/3.0.0) with multiple concurrency fixes for multi-module projects. Maybe it would help.

>For context, we have a pythonBuild task that creates a source distribution that we’d like to pip install in a downstream project. Another option is add the source to the...