Thomas Calmant

Results 57 comments of Thomas Calmant

According to the trace posted on pastebin, this is a class loading problem. I suppose this comes from line 56-57 in `boilerpipe/extract/__init__.py`, where the jPype is used to load a...

OK, I've reproduced the bug : the thread that calls the JVM is not attached to it, therefore the calls to JVM internals fail. The bug comes from boilerpipe (see...

Hi, I'm not a Python-rq, nor a nginx/uwsgi expert :( Could you provide a test case ?

Hi, * OK to @Angeloxx92 to work on those bundles, with some notes: * If the method you change becomes a co-routine, please keep a synchronous version hiding the call...

Hi, > I was thinking to introduce this to handle the pelix.shell I/O , what do you think? The shell I/O is handled by the `IOHandler` class, defined in `pelix.shell.beans`,...

@Angeloxx92 : > building upon travis-ci with python 3.8 always fails when it tries to do the discovery Yes, I saw that. I propose we remove the 3.8 tests for...

Thanks for the news!

Hi @Angeloxx92 , Losing the compatibility is a big issue, but I'm OK to prototype it, to see where we can go in a full-async version (both in terms of...

Possible reference: http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/combining-ipojo-and-configuration-admin.html

I have troubles replicating the issue, you can find my test bundle below. It creates 3 components providing dummy services, a ``GrandParent`` class (not a factory) declaring a single ``@Requires``,...