TÖRÖK Attila

Results 503 comments of TÖRÖK Attila

Thank you! This is similar to what I had in mind, so it's good to see it actually done somewhere.

Thank you for the idea for a workaround and the detailed example! Unfortunately I don't think this one will work out for us, for a number of reasons: - The...

Is this related to #100 perhaps? If so, could the change in git mentioned under that also help with this?

FYI one great thing is that with named rooms the room IDs don't have to be "created" at all. You can basically enter *any* (reasonable) identifier after `https://www.sharedrop.io/rooms/`, and you...

Having a new release with newer `wasm-opt` would indeed be really nice! As requested in #919 as well. (The old `wasm-opt` in the 0.9.1 release has a crash which is...

Related: https://github.com/bartdag/py4j/issues/403

Could you please check if https://github.com/bartdag/py4j/pull/453 fixes this for you? Thanks!

The exception comes from this line: https://github.com/bartdag/py4j/blob/a17131353cf5ed0b41aa004d4ae6ae516c695c88/py4j-python/src/py4j/java_gateway.py#L646 There is no check in place before that for whether `logging.debug` (referenced from within `logger.debug`) is `None` or not.

But actually, I think we are no longer triggering this bug, even without my "fix". So from my part, you can close this issue if you don't want to deal...

Related: https://github.com/bartdag/py4j/issues/403