Matt Probert

Results 9 issues of Matt Probert

# Supporting url-encoded remote URLs as parameter You can find more monologue about motivation (real world cases) and the implementation approach for this change in #250. ## Summary - Options...

Hey, I know the docs say it isn't supported (https://github.com/willnorris/imageproxy#remote-url) and advise against using query strings in upstream image source urls. * We use imageproxy in order to fetch/resize/cache client...

A common issue I run into is with product photos. They may have a white or off-white background that is much larger than the actual product (large margins). It would...

This is a problem for CI builds. ### Versions ``` $ node node_modules/nuxt/bin/nuxt.js build --version @nuxt/cli v2.15.1 $ npx envinfo --binaries --system npx: installed 1 in 1.435s System: OS: macOS...

3.x
pending triage
2.x
needs reproduction

See video demo of Vanilla-tilt.js vs Tilt.js: https://www.youtube.com/watch?v=qAQvQzDM9xc The animation of the tilt is really not smooth and "stutters" in certain mouseover positions. The original Tilt.js doesn't seem to have...

Moving to couch3. We pre-populate debconf for unattended installs when provisioning servers. Something like... ```bash echo "couchdb couchdb/mode select standalone couchdb couchdb/adminpass password couchdb couchdb/adminpass_again password couchdb couchdb/bindaddress string 127.0.0.1...

Not sure if this is expected or not. ``` $ terser -V terser 5.15.0 $ cat /tmp/terser.js function terseMe (lib) { var paramName = 'someParam', params = lib['getParams'](paramName), paramValue =...

bug
mangle

I have a case where a url I was using requests to fetch (image so using `stream=True` to download to local file) started returning 403 errors with some html...and some...

## Prerequisites - [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [x] The issue still exists against the latest...