Sergey Zhemzhitsky
Sergey Zhemzhitsky
+100! Recently we had to change our api because were unable to define multiple post methods per path. So api became uglier in favour of its documentation.
@tormodvolden, @mcuee, @crroush thanks a lot for your suggestions and help. Now I suppose that the issue is something else, but not in the library. I've implemented a simple program...
Just passing by ... I've recently submitted a PR that fixes a similar issue in Gradle. Here it is: https://github.com/gradle/gradle/pull/10366. The main issue was that [the keyring (multiple keys) was...
Hello Vlad, > > Is it enough to provide defines for the whole project? I suppose it would be fine to provide defines for the whole IDE as well as...
Hello, I was able to reproduce this issue too with the following code snippet in scala object Main { def main(args: Array[String]) { (1 to 5).foreach(_ => run(10 * 1000...
Thanks a lot for clarification, got it.
@jcrist Could you please see at the builds? They seem to fail because of jupyterhub versions  As far as I know `jupyterlab.labhubapp` [is deprecated](https://jupyterlab.readthedocs.io/en/stable/getting_started/changelog.html) due to native integration. ...