Jason Buckner

Results 5 issues of Jason Buckner

I noticed `restrictedUrlPattern` was added in [this PR](https://github.com/GoogleChrome/rendertron/pull/525), but it has not been released yet to npm. Could you release this feature?

I think it'd be great to be able to send someone a URL with a reference to a JSON object that lets them see your map.

enhancement

There's an issue with with Node 14 and `rollup-plugin-progress`, one of the dependencies of `@appnest/web-config`. This PR updates `@appnest/web-config` with the updated dependencies. More info: https://github.com/jkuri/rollup-plugin-progress/pull/18

The use case for this is integrating `router-slot` into a server-side routed web app where we're proxy-passing from the same parent URL. ie: `foo.com/about` and `foo.com/products` where `/about` is using...

If users hold down the metaKey (Command on Mac, Control on Windows), it's usually to open the link in a new tab. This allows the browser to handle the metaKey...