Matt Mower
Matt Mower
@TingPing Re: "The question is just which is more important, crisp text in a text heavy application or proper scaling for a few icons here and there. Though it may...
My recommendation after looking at optimizer for a bit: require absolute URLs. This is mostly so that `AmpBoilerplateTransformer` can inline the correct `v0.css`. I can go either way on allowing...
> Is the `/` the problem here? I don't own a windows machine which makes it hard for me to test this. That's part of the problem. In general though,...
Latest response from Travis CI: > We have a few more details to share on this subject. > > In the last couple of weeks, we have observed an increased...
Peeking at PeerBlock's source, it looks like you can just pass username & pin as parameters in the URL: https://code.google.com/p/peerblock/source/browse/trunk/src/peerblock/updatelists.cpp?r=722#467 In fact, when I sign-in to iblocklist.com, the URLs for...
Closing after 6yrs without attention
This looks like body parsers were applied to proxied requests. See: https://www.npmjs.com/package/express-http-proxy#middleware-mixing While not recommended, if you really need to keep the body parsers in place, then you could re-encode...
@tobiastimm - this is ready for review.
@bcherny and @jackfrankland - I'm interested in moving this feature forward. I've drafted some revisions to this PR and posted them for discussion in #535 (I don't want to hijack...
The problem is more severe when using `npm` instead of `pnpm`. `package.json` ``` { "name": "my-project", "version": "1.0.0", "dependencies": { "prettier": "^3.2.5", "remirror": "^2.0.39" } } ``` `npm install` (using...