Ryan McCue
Ryan McCue
Interesting, anything in the console?
What exactly doesn't work? Feast sets the permalink for feeds and items manually regardless of the permalink settings.
We no longer maintain the Human Made fork either, as we now use Redis.
Sure, I'll take a look at updating it. It shouldn't actually be required to `nvm use` in your config.fish though, because `fish_user_paths` is universal (and persisted automatically) unless I'm missing...
Updated, uses `status` to check if it's currently in the login process. Strange re: `-g`, is it possible you didn't have `fish_user_paths` set up as a universal variable beforehand? 🤔
Whoops, `status --is-login` doesn't do what I thought it did. Don't merge for now :)
Updated to use a more accurate test. Unfortunately, the startup status isn't exposed to us except in the stack trace, so it has to do a `status --print-stack-trace` and grep...
Actually, the only problem is the RE column, as it's the only `NOT NULL` of those 3. I've fixed this in the DB by setting `RE`'s default to 0. It...
> Why not a filter, instead of a global variable? No translations should be happening before init anyway. With a global variable, I can add it as a one-liner to...
Looks like we need to switch to Swift, per https://github.com/wordpress-mobile/AztecEditor-iOS/pull/475 Fine by me, but we'll need a small bridge for the RN macros.