Scott Williams

Results 169 comments of Scott Williams

I was able to get an RPM built for Fedora but it ended up being a good amount of work from where it is now. I managed to update everything...

(Good to see you you here, Gerard) Yeah, what I posted here was just how far I got to get it to compile. It is definitely going to need some...

Also, the conflict is with cmakelists.txt. It's been refactored since the original PR, but it's just two lines that need updated.

The people I was working with to build this for ended up needing NDIHDX drivers, so I don't actually have hardware to test this on. I can see that everything...

I definitely have this problem. Does not work for me on Samsung Galaxy S20+ using SwiftKey. Works fine on birdsite, Slack, etc. On Mastodon app, instead of adding the gif...

Interestingly, it half-works on the progressive web app version, though instead of attaching the gif, it just adds a link to the gif in the message. That's still at least...

I can reproduce this on Fedora 32. We have a person running Windows in our business office that was confused by this today and kept putting the tap text into...

I have the same issue here using `{scheduled: true, timezone: "America/Los_Angeles"}`

The timezone offset is hard-coded in the supporting library, so it doesn't support DST: https://github.com/node-cron/tz-offset/blob/master/generated/offsets.json

It will be a problem anywhere that does DST the way this is implemented. The offset is hard-coded.