Sam Gwilym

Results 60 comments of Sam Gwilym

@paulmillr After having forked this repo and having tried a few configurations to get what I need, I think that instead of using one index.js with runtime platform checking and...

Hello I'm back again and finding that I'd still like a way to perform some setup / teardown with each bench without including the time taken to perform that setup/teardown...

The next version will be compatible with both React 18 and older versions! It uses the core `use-sync-external-store` hook to provide the functionality of `useReplica`. You can try it with...

Related to @benatkin's comment, would this resolve relative path imports, including with `--eval-file`? There are many times that I'm writing something and would like to try it out without setting...

Looking at the code, it makes sense that this doesn't work. As the comment says: ``` // server._handle.fd is assigned immediately on .listen() ``` But we try to access [`server._handle.fd`...

Here's where replica performance stands now that the development cycle on v10 is closing: Sqlite FFI querying performance has improved so it is at parity with non-FFI Sqlite. Strangely enough,...

This format needs to updated for share secrets. I like moving the share address to the host name, it means this URL format is easier to re-use for different purposes...

I think we should be okay. The share address and secret are always encoded as base32, and the server URLs should be safe as they're URLs. Or is there something...

@Powersource oh, word? Any idea what those cases were? MDN says a TLD can be [63 characters long](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_domain_name), and our pubkeys are always 53 chars long. The name (e.g. `gardening`)...

This would also be very useful for applications with client/server boundaries like Electron.