Geoff Little
Geoff Little
Does the `Map` in the docs refer to the js or fp-ts Map?
What are the differences in use-cases between * the js `Record`, * the fp-ts `Record` (assuming this exists), * the js `Map`, and * the fp-ts `Map` Thanks for your...
Yes, I still have this issue on iSH 1.3
Separate but related user story: As a Blink user, I want to use the AWS commands in the Blink shell to turn on and off my AWS EC2 instance before...
I'm on Ubuntu 22.04 and following the install instructions at [1], repro'd here: ``` /bin/bash -c "$(wget -qO- https://raw.githubusercontent.com/rbreaves/kinto/HEAD/install/linux.sh || curl -fsSL https://raw.githubusercontent.com/rbreaves/kinto/HEAD/install/linux.sh)" ``` When I paste the above command...
@rbreaves Selecting x11 from the gear menu at login solved my issue. Thanks!
Hi-o! Posted a PR that brings us closer to WASM-compatibility: #628. We need `Server` to be `async` so that we can write a browser-based impl to provide to `Replica`.
I’m hitting the same problem on macOS. After installing AdGuard Home with `-s install`, trying to start the service via `-s start` fails with: ``` Failed to start AdGuard Home...
After further integration testing with my local changes, I've found that the library would be more robust and easier to use if it included a concrete `AsyncSyncServer` implementation directly, rather...
Thanks for the feedback! > Your original post... suggested removing the SQLite storage backend... Did you find a way to build that for WASM, or is there a proposed alternative?...