Neftaly Hernandez

Results 7 issues of Neftaly Hernandez

The airbnb lint config misses a few things (extra spaces, indents etc). This PR replaces it with semistandard, which has mostly the same rules, and simplifies configuration. The PR also...

The battery 1/2/3 pins and shunt pin should be renamed to analogue 1/2/3/4

Provide a regulated calibrated vout pin (perhaps on the NC pin to the left of battery inputs), allowing for easy connection of resistive sensors such as tank level monitors, rudder...

This PR exports a custom error for invalid automerge URLs, as per #268. The intention is to allow `error instanceof InvalidAutomergeUrlError` to be used in try/catch blocks and react error...

I encountered a sharp edge building a simple `useBootstrap` app. I must have initialized useBootstrap with an empty or broken `onNoDocument` function, which resulted in the document ID being saved...

* Add useRemoteAwareness tests * Add useLocalAwareness tests * Move example to examples dir Optional: * ~~Add description to automerge-repo-react-hooks README~~ * ~~this should explain what ephemeral messages are and...