Justin Fairchild
Justin Fairchild
I suppose my only use-case is that passing `request.url` to _URLPattern_ is a convenience for simple base URLs where you wouldn't naturally expect to have any collisions with _URLPattern_ metacharacters....
To help close this issue if possible, I wanted to propose an invariant (based on my casual expectation and my [reading of MDN](https://developer.mozilla.org/en-US/docs/Web/API/URL_Pattern_API)). > All `request.url` values should be well-formed...
Answering my own question -- other _URLPattern_ metacharacters do appear in the "base URL" when you open a Firefox console and inspect a Request object, i.e. `new Request("https://gmail.com/mail?message=1")`. The `?`...
I would love to. I can do some online searching, but what helps me most with this is if you have any online links or resources that have information for...
Quick follow-up to my earlier complaint -- tested bundling using `deno_emit` 0.4.0, and import assertions work perfectly now.
@MissZeeBeee I'm sorry I didn't get back to you sooner. Please submit any info you find about the South Lakes Safari Zoo pandas to this Google Forms page: https://docs.google.com/forms/d/1kKBv92o09wFIBFcvooYLm2cG8XksGcVQQSiu9SpHGf0 Thinking...
I confirmed this behavior as well. I was refactoring some code dealing with _Tar_ and _Untar_ from the stdlib for copying files across folders. I was trying to get rid...