Michal Conos

Results 5 comments of Michal Conos

Hi, in case you're interested here's a forked version which can use raspberry pi controller to handle nintendo switch: https://github.com/mixaal/joycontrol Internally it uses rest api to control NS from multiple...

Yes, I know they are there and use them to put the X,Y value, but can they do the press ?

Oh, maybe `queue.add('press r_stick')` ?

@koutheir , could you please share more info on the cross-compilation? It'd help me a lot. At least in the same OS, different architecture case. Thanks a lot !

Hi, it seems that apache ignite now has the support for txs (at least in java): https://apacheignite.readme.io/docs/transactions ``` try (Transaction tx = transactions.txStart()) { Integer hello = cache.get("Hello"); if (hello...