Mark

Results 157 comments of Mark

Also note, I realize I can automatically create migration files with the `node-pg-migrate create {migration-name}` command. But I already had migration files before installing package, and rather not have to...

Just tried a workaround by renaming all the file extensions in the migrations directory from `.js` to `.cjs`. But then I get the following error, due to use of `import`/`export`:...

I took a look at https://github.com/vidit135g/Replify-Messenger. I wouldn't recommend people use it. 1. The code in the repository doesn't appear to be integrating RCS, so saying it does in the...

Having this same issue. Downgrading to version 2.6.7 fixes it. Something must have been done in later versions that causes this error again.

I believe this may not be due to a Nitter change. There's been a change Twitter has made that places 18+ content behind an age verification check. Since there's no...

Yeah I think your first thought is correct. Loved how well you wrote this issue btw 😍.

What's the feed? I may be able to recommend an alternative.

Good to know those uptimes aren't as accurate. Anyone know how they are being calculated?

> Such as: > /WorldPressPhoto/search?f=tweets&q=Photo+of+the+Day&e-nativeretweets=on&e-replies=on&e-quote=on > /WorldPressPhoto/search/rss?f=tweets&q=Photo+of+the+Day&e-quote=on&e-replies=on&e-nativeretweets=on Looks like there's two `q` parameters in your URL. That may be the issue.

Oh yeah, sorry I was looking at it on my mobile phone and it had the two URLs smooshed together as one. :+1