legion151

Results 5 issues of legion151

I am using hedgedoc as an editor for markdown. when i create a checklist i sometimes cannot use backspace at all. sometimes i can delete text but not the markdowncodes....

Please ensure you have given all the following requested information in your report. #### Issue details Bitcode support was added in https://github.com/MobiVM/robovm/pull/443 which works so far. At least for framework...

Hello and thanks for your work. I have a question regarding the generation of ios typescript declarations hoping to be in the right place. We're using a robovm based toolchain...

for me you won the internet today. will build this in my hackspace soon i guess

Hi, i sometimes (not always) get an IllegalArgumentExcpetion while asking for cameraPermissions in my app. My code is as follows: ```typescript this.camera.requestCameraPermission() .then(() => { this.camera.pause = false; }) .catch((e)...