Martin Gross

Results 46 comments of Martin Gross

Unfortunately, the JuiceSSH Plugin API only lets you interact with sessions that you opened through the plugin... :-/ Not sure how we can get around this...

Perhaps I am misunderstanding the proper way to use it... Right now, I `client.start()` to get a connection to the JuiceSSH-plugin manager, `client.connect()` with the UUID of the connection the...

After looking at https://github.com/Sonelli/juicessh-pluginlibrary/blob/cf1a9c3494f15c324fbb1e373b49b1b3a79b1926/src/main/java/com/sonelli/juicessh/pluginlibrary/ConnectionPluginClient.java#L72-L96 , I realized that we can probably get rid of most of the plugin-stuff and the opening/attaching/closing, etc and just plainly send out an Intent with...

I verified my idea - and unfortunately I was not successful :-( The `ServiceNotConnectedException` is not thrown because the session could not be attached - instead it is a generic...

Yes, seems like it... I didn't see that as I just checked the docs... Sorry for the noise. Will test and report back.

> Apparently, this might break a process for an important enterprise customer :( But I think we should still do it? Yes, I do think this change should be made....

Good catch! We wanted to add Stripe SEPA for some time - but until recently it would have required us to go back to using sources for charging. But from...

> P.S.: I think the auto-submit that happens on the filter dropdown of subevents is not ideal. But the auto-submit on the sending-vouchers form actually a bit frightening. I know,...

Passes on GPay are - for now - still invite only, unfortunately. But I have already requested access when the API was presented at last Google IO. Right now, we...

I finally got word from Google - unfortunately, this time they refused my access-request, because they already granted someone else API-access for pretix... Did they grant you access by any...