Results 33 comments of Lcf.vs

Yeah, because the bot doens't **reply** to the user message, it just send a new message instead.

`str.split(path.sep).join(path.posix.sep)`

I have seen the alternatives in your readme (uri-template & uri-templates) but I prefer to use yours.

Extract the pairs (key/value) from an URI, based on the template, a few like this: https://github.com/rezigned/uri-template.js#extraction

It's ok but why not a URI.js "companion" using your template structure? :)

Hi, Into my project, I experimented an issue with a **top-level await**, on the `0.11.13` version. Actually, esbuild still let some `await` on the top-level of the bundle (`--format=esm`). I...

> Yes. Doing that would be incorrect. Top-level await is supposed to delay the evaluation of the importing module until the promise has been resolved, and the only way of...

> Yes they are, in both worker and service worker. > Use the {type: module} option when instanciating a worker or a service worker. > > https://blog.chromium.org/2021/04/chrome-91-handwriting-recognition-webxr.html (look at bottom...

Like a readonly, yes, but I don't found it in the spec/extensions. And, imho, if I can, I prefer a single word (mutable, writable, ...) to avoid to enforce the...

I'm thinking again about the `readonly` VS `mutable`: do they really mean the same thing? `mutable` meaning: restricted modification, once already set (e.g. a contract term, the contractors, ...) `readonly`...