Damián Arrillaga
Damián Arrillaga
Looking at the code here, the mocks are being created on the internal logic using Mockito.mock() method, right? The thing is to get the advantages of the Mockito Rule and...
Hi, having like a general Map with name -> [PluginCall, SuperCall] could be a posible solution, what do you think? I think I can dedicate some time to do that
Same question here, It seems UserManager injector is always used, when initially injected it should pick the application one, after login it seems it switch to the user manager injector,...
Same here, I've also found that tap events get like an offset from the visible element position. So tapping at some distance on top shows a tap on the button,...
Hey @SchoofsKelvin , I'm pretty interested on trying the version you sent, I'll download it, how do I set the env variable? Is it just setting in on the code-server...
I'm using android (Samsung Tab S7) with VH editor app (code-server + termux over android / Frankenstein style), trying to access a remote machine, I'll look around to see if...
Did some more investigation and it's seems the way the data arrives is due to android doing active BLE scan and it seems there is no easy way to turn...
I have to update docs code examples too, please let me know your thoughts about this change @kauffecup
Hi, same issue here, I've been digging in the minified JS little bit and I think I've found a difference. The following (the code causing us the issue) is a...