Joao Pasqualini Costa
Joao Pasqualini Costa
I have a responsive layout with cards that represent exercises, It is responsive, when the screen size changes I change the number of columns, but when the screen size is...
I have the same issue.
This is amazing, I would love to see this in OSMD ! The sponsor build has some web interaction manager already coded, maybe you can talk to the OSMD team...
That looks amazing! Hope this gets integrated with OSMD. You should colaborate in the sponsor tier, this could be easyly used togheter with the audio player =) OSMD team need...
That would not be enought for me thought, because I have a slider that adjusts the zoom, it goes from 1% to 100% and after setting the zoom I rerender...
I'm so excited for this feature, is this still a thing for this year ? Can't wait to see this !! Just a suggestion, would be very useful to have...
Thanks, that worked!
How can I cancel the retry if the element in the screen is not visible anymore? 
I'm facing the same problem, need to do a lot write operations and getting this error ERROR Error: Uncaught (in promise): NetworkError: GATT operation already in progress. @DanielO The link...
I manage doing it with a simple array and promises, thanks ``` tasks: Function[] = []; async addTask(task) { const previousTaskCount = this.tasks.length; this.tasks.push(task); if (previousTaskCount === 0) { this.runTasks();...