Hubert SABLONNIÈRE
Hubert SABLONNIÈRE
I'll review your code ASAP, thx.
Can you be more specific ? Android version ? Browser and version ?
Could you post a public example to reproduce the bug ?
Yes but it's been a while. I won't be able to test on iPad until one week.
I'm not sure but I think there's some strange stuff about webkit and keyboard controls in fullscreen. To be continued...
## Test on archlinux docker container * docker image: https://hub.docker.com/_/archlinux/tags * docker image ID: `0cda8061254a` * uname: `Linux 6.8.2-arch2-1 x86_64` * install through `makepkg -si` works :+1: * `clever diag`...
I just tried in a archlinux docker container: * install node via pacman * install clever-tools with AUR and makepkg * it works
After a long investigation with @miton18 we found out that editing `options=('!strip')` into `OPTIONS=(!strip)` fixes the problem. With the bad options, makepkg was stripping some parts of the binary. We're...
Hi everyone. I don't have anything against PHP but I'd rather go for a nodejs implementation. @pci Your idea with two shells one conrol and one viewer is excellent. It's...
Yeah you're right. We could provide a reference implementation in nodejs with a clean and abstract API/protocol. That's why I think we may need a separate project.