Vincent

Results 184 comments of Vincent

@dosentmatter CRA2 includes TSLint, but its settings are less strict than with cra-ts. Most notably, it restricts itself to things that can cause errors, and deliberately does not configure stylistic...

@dosentmatter Sorry you're right, my memory didn't serve me that well. It at this point does not include TSLint, though given their philosophy, I would expect them to include it...

Hi @jonathanlaniado, _Feed me up, Scotty!_ will currently try to automatically detect the favicon that a website uses for its regular site. However, I think you may be asking about...

@jonathanlaniado Hmm no, not sure; it adds it correctly when I try it. Could you share your config, and a link to the generated feed?

Hmm, that _is_ weird. Unfortunately I don't have any leads then - as far as I can see _Feed me up, Scotty!_ is generating the feed correctly and adding the...

Well, if "too many subscriptions" would be a reason to close the connection, then the recursive option would be preferable; it would allow me to filter a single subscription client-side...

@shuding Sure thing! In my case, it's because we log the user out by forgetting their auth tokens, after which future API requests fail. At that point, we want to...

@mattcosta7 I'm also only experiencing this problem since [that upgrade](https://github.com/mozilla/fx-private-relay/pull/2461) (see [the build error](https://app.netlify.com/sites/fx-relay-demo/deploys/63162b45a9c0c6000910797d)) and just tried your triage steps in my project. I can confirm that after those steps,...

@joachimvh That sounds like a good idea, given how [apparently there is no good alternative](https://gitter.im/solid/specification?at=611a44153eec6d41d15c0c09), so this is what apps will look for today, or they'll only work if they...

> We should discourage clients to rely on non standard behaviour to assert the properties of a resource Is it non-standard if the spec explicitly says clients can do that?...