Curtis Rueden

Results 784 comments of Curtis Rueden

I ran into this issue as well when trying out `direnv` for the first time to activate a conda environment corresponding to a particular directory. I was able to make...

@nick-youngblut I upgraded to conda 4.6.2 on macOS 10.14.3, and it still works for me with `zsh`. I enable conda on my system via the following code sourced from `.bashrc`...

Are you familiar with [Groovy Grape](http://docs.groovy-lang.org/latest/html/documentation/grape.html)? A similar feature available from CPython via JPype would be amazing. Grape works by annotating import statements with which GAV it's from, and optionally...

While concocting this MCVE, we also encountered another bug(?) with importing classes. Trying to do: ```python from com.mystuff import MyClass ``` Yields: ``` ImportError: cannot import name 'MyClass' from 'com.mystuff'...

I tested this again today with JPype 1.3.0, and the "No matching overloads" problem is still present. Sorry we don't have time to dig and fix it right now.

Thanks @bsteffensmeier. I started looking into what it would take to make `PyJClass` have these functions. I tried simple hacks like attaching attributes to instances of `PyJClass`, but it seems...

Nope, I think that about sums it up. Thanks @gselzer!

It seems odd that `FileChooser#showSaveDialog` deadlocks when called off the EDT on OS X, but I guess the fix could be to wrap that call in `EventQueue.invokeAndWait`...

@skalarproduktraum Thanks for working on it! I cannot recall the details anymore, so have no opinion at the moment. CC @tpietzsch @kephale, who were also part of that chat at...