Lucas Pereira Luiz

Results 6 comments of Lucas Pereira Luiz

Same thing happens to me. If I set my displays as: ![image](https://user-images.githubusercontent.com/24466413/113698056-6fd88680-96aa-11eb-92e1-641a5e8ada04.png) Flickering doesn't make the icon disappear. But if I set my displays like this: ![image](https://user-images.githubusercontent.com/24466413/113697683-e9bc4000-96a9-11eb-9308-f2ec915af356.png) Then the flicker...

Is this being worked on? I'm asking it because recently I implemented something similar (but with fewer operations for now). The user can input a `data` and a `logic` using...

@felix-last here you go: https://github.com/lucas2595/js2jl

I think what you're looking for is being discussed here (see my comment): https://github.com/jwadhams/json-logic-js/issues/19#issuecomment-500497763

Got similar errors on a **Samsung Galaxy J4 (j4lte), 2048MB RAM, Android 9** and on a **Samsung Galaxy J5 (j5lte), 1536MB RAM, Android 6.0**. The two errors: ``` java.lang.NullPointerException: at...

@TonyDobbs I don't know if you found a solution already, but I managed to do it by setting: ``` worksheet.pageSetup.fitToPage = true worksheet.pageSetup.fitToWidth = 1 worksheet.pageSetup.fitToHeight = 0 ``` When...