James Hawkins

Results 9 comments of James Hawkins

@yigit > weird :/. Any steps to reproduce ? I can reproduce if i recursively add jobs to the queue On one thread I add 6 jobs to the queue,...

It feels like it

Hi, Im getting the code 14 issue as well under high stress. the Job Queue just cant handle big loads. I am running `compile 'com.birbit:android-priority-jobqueue:2.0.1'` Also i can reproduce this...

Getting this issue as well `Fatal Exception: android.database.CursorWindowAllocationException: Cursor window allocation of 2048 kb failed. # Open Cursors=1 (# cursors opened by this proc=1) at android.database.CursorWindow.(CursorWindow.java:108) at android.database.AbstractWindowedCursor.clearOrCreateWindow(AbstractWindowedCursor.java:198) at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:138)...

Ive got the same issue, Typescript wants you to use number. If I get time to do this ill submit a PR for changing int to number, However for now...

I got same issue, I got the create_spritesheet.py installed and can see it via the python fu console in gimp. So something potentially wrong with the create_spriteatlas.py script I am...

Ok I have fixed the issue. at the top of the file add the python shebang #!/usr/bin/env python A PR would be good I cant make one at the moment.

Hi @Telroshan How can I understand more about htmx2 browser support? Was alarmed at the ie11 support comment

Just a question about using inline js in the html tag, Is there any security considerations to think about when moving js out of its script tag? I read somewhere...