Ilya Muradyan

Results 109 comments of Ilya Muradyan

Mee too, pretty small project: https://github.com/Kotlin/kotlin-jupyter/tree/notebook-api Getting the error only on CI, locally I had `org.gradle.jvmargs=-Xmx2048m`, and it worked well.

There is also a way to define Jupyter renderers for custom exception types in Jupyter integration — see renderThrowable.

Hello @mcg1969, I started to get silent failures a few days ago, without any changes in environment or package itself (tried building from the same branch). Upload looks like this:...

I figured it out using technique mentioned by @bkreider : ``` Storage requirements exceeded (3221225472 bytes). Payment is required to add a file. Please go to https://anaconda.org/binstar.settings/billing to update your...

Hi @MaaxGr @holgerbrandl! The problem with authorization should be fixed in the Kotlin master: https://github.com/JetBrains/kotlin/commit/b77a8228220c272f9f97dbe9673f9e1d14fe3400 The solution was to switch to another transporter factory (from HTTP to Wagon) that actually...

@holgerbrandl Could you please try it with other repositories?

@alexott Thank you for your (quick) comments! I'll fix these and some other things, and then will mark this draft ready for review.

Fixed review-related things and added [succeeded Travis build link](https://travis-ci.org/github/ileasile/zeppelin/builds/705291140) to the description.

Hello, @alexott ! I've found an issue related with classpaths during manual testing, and I need some help in designing architecture here. I've addresed this question to @zjffdu, but haven't...