Try Space

Results 31 comments of Try Space

These bugs sound similar to those with slate and plate js. There seems to be a different API implementation than on desktop browsers, or perhaps the os

For me, I had not opened a `.js` file yet, only `.ts` or `.tsx` which I had configured in `.tern-project`

I have similar issues on Android, it seems to have to do with fast input, similar issues arise when typing fast; It will skip characters and often revert the cursor...

I have similar issues with android input, especially when typing quickly. For example typing Enter will often revert the cursor to the last position. Or sometimes pressing Enter will unfocus...

@Slapbox I've had exactly these types bug for about a year now (don't know if it occured before) with slate.js, often happens when typing fast or hitting enter, the cursor...

Seems related to: https://github.com/ianstormtaylor/slate/issues/4715

I'm occasionally having the same issue, not sure when it happens or why, but it seems to be an inconsistency. Perhaps it has to do with the order of loading/unloading...

Trying this as suggested here: https://morioh.com/p/b287c3c0ee1f Returns all the previously queried items instead of the expected 3... I'm really at a loss here... ```ts const limit = 3; const listsQuery:...

https://github.com/dsafa/audio-band/blob/master/src/SpotifyAudioSource/SpotifyAudioSource.cs#L657 Possibly the fact this is calling `Authorize` which itself can possibly call `RefreshAccessToken` again (I think?), not sure, but the loop seems to be in there.

@kodbulten Do you have a code snippet for it, or a PR so we can see? So I can implement it for myself in the meantime. It's probably around here?...