Richard Newman

Results 31 comments of Richard Newman

BSD is fine by me; if you'd prefer something else, I'm flexible. There's no compile-time dependency on the Apache code, AFAIK, so the Apache license shouldn't apply, but IANAL. Will...

Yes, this is a thorny issue arising because HttpClient doesn't know when we're done with a resource. The only reasonable approach was to eagerly shut things down, which is slightly...

There's a chance, but no commitment from me! Figured it was worth filing an issue anyway.

I filed this as a support question: https://answers.netlify.com/t/bug-bundle-css-option-produces-invalid-markup-when-link-attributes-contain-quotes/49680 which ended up pointing to this bug. Is this code open source? If so, I am willing to try fixing it.

N.B., implemented correctly, this actually gives us serialization to an open set of possible formats (e.g., CBOR). Hooray Serde!

One could conceivably implement `SingleStore` in terms of a `RawStore`, which adds to its appeal. I intended rkv to expose most of LMDB's capabilities with way, way fewer sharp edges,...

> Is this project a higher-level abstraction/ORM around lmdb-rs that aims to eventually support multiple DBs? My intent in writing it was to provide a safe, typed abstraction that smoothed...

I haven’t dug into this deeply, but I suspect what you’re seeing is that the same video stream cannot be bound to two elements in the page. Try joining the...

To switch into core JS library terminology and go into more depth now I'm at a computer: As far as I can tell, the root of the issue is that...

I note that currently I don't see errors in the source _or_ in the "Problems" drawer. They appear only in the RLS output: ``` [Error - 10:00:18 AM] Request textDocument/definition...