Matt

Results 215 comments of Matt

I'm on windows part-time and i'll happily help any debugging/experimentation. (for that matter, i've got one machine running each of linux, windows, macos)

would this also be related to getting a lot of 405's right now on the action?

Any progress on getting this in? This would be fantastic for so many needing easy samples.

this is really cool, but one small inconsistency: `plc_mvn_mvnSymbol` is your configured symbol name in your code, but `plc_npm_npmSymbol` is what you added to the config. just might want to...

you can wrap it with something like this: https://www.npmjs.com/package/colors but you're still going to get `32m` in there

Why? The library is an abstraction of what's needed to pull and feed RSS, and that's a pretty low-level addition... If you can give a use-case, that'd make it possible,...

What specific headers are you looking for to bypass those? Those sound like things we should just provide in general, not give an option for.

Sorry, been thinking about what it would mean to add those specifically. I worry that manually setting cors headers isn't really something we should be doing. I've been looking at...

Probably not. If you'd like to add a test for it running on web in a pr, I'll happily work on getting it working. I'm guessing request doesn't play nice...

Load up a webpage in a testing framework like jest or something similar. I'm not sure, I typically just do backend node work or use a frontend framework.