Sam Edwards

Results 16 comments of Sam Edwards

I'm going to mention #167 here as a dupe, and also provide a sqlite one-liner to try and update commands with their timestamps. It seems to have worked for me,...

I'm seeing the same thing, both on a self-hosted Glowingbear instance (running a version from late 2020) and the hosted one at glowing-bear.org. This is connecting to WeeChat 2.7.1, with...

Quickly proxied the WeeChat relay port through SSH locally and tested from the plain HTTP glowing-bear.org, and things are working correctly, so this does seem to be encryption-related somehow. Checking...

(I've tested with [weechatRN](https://github.com/mhoran/weechatRN) and [lith](https://github.com/LithApp/Lith) and both are working, so it's not like the iOS 15 network stack is completely broken for the WeeChat websocket or something)

As a quick workaround to this, in [rainbow.py](https://github.com/DTVD/rainbowstream/blob/master/rainbowstream/rainbow.py#L122), the code is building the path to the oauth config with the environmental variable for HOME or USERPROFILE, so if you create...

I'm able to duplicate this on the 404 page, but not on an archive page. The behavior I'm seeing on a 404 page seems to be completely an ACF bug,...

I'm seeing this issue too. My config has 5 working inputs, but the UI is only showing 1 by default. Clicking "Add Input" will add another row, but it's already...

I opened https://github.com/Ombi-app/Ombi.Apt/issues/6 for this, as it looks like the current issue is to do with the way that the repo was cleared out leaving reference to files that were...

I've been running a fork where all calls are sent to the stats socket for a while, by commenting out this conditional that checks for a recording state https://github.com/robotastic/trunk-recorder/blob/1fadb220bbb208016440d34da607941ae57b29ab/trunk-recorder/uploaders/stat_socket.cc#L185-L187

I haven't rebased in a while (over a year), and I know there were some big changes around how "calls" were handled (I believe it's now more of a "transmission"...