Raymond Li

Results 38 comments of Raymond Li

@bluzi I'm facing the same issue. I'm using browser-based JS. I tried using an ajax request: ``` $.ajax({ 'url': endpoint, 'type': 'POST', 'data': this.someJSON, 'dataType': 'json', 'contentType': 'application/json; charset=utf-8' })...

Edit: Seems like I just didn't do JSON.stringify() for the data. Issue resolved.

So like the whole program is broken then? 😭 😭

+1 pls add this

I love peek, it's so simple. However, I can't seem to full screen it. I'm on KDE. maximize works, but fullscreen does not. If I manually resize the window in...

Same issue on Galaxy Watch 4, with the Galaxy Wear app. The easiest way to resolve this is to give TermuxAPI an optional launcher icon/main activity.

> I have found a fix, its an issue with the unmaintained `aiocometd` package, I'll update my PR for a fix. Noted. I'll wait until they get a fix before...

@renanxcortes try randomizing IP.

There's been a lot of breaking changes from upstream, including moving from M4 to meson. I couldn't even cherry-pick that commit over because of the conflicting option. I'm not planning...