nichoth

Results 39 issues of nichoth

A simple API document—a list of all methods—would be helpful. The existing docs and examples are well written and helpful, but to get a comprehensive view of the API I...

enhancement

This seems important and I don't see it documented. What happens if you try to download new content in a feed that you follow, and there is not enough space...

How do I build and view the tonic docs website? Would be good to add instructions to the readme.

enhancement

The names of modules have changed secure-scuttlebutt -> ssb-db scuttlebot -> ssb-server

bug

* app name * scope of flume log

What is the difference between this and [normalize.css](https://github.com/csstools/normalize.css)? In the readme, we see > sanitize.css is developed alongside [normalize.css](https://github.com/csstools/normalize.css), which means every normalization is included, and every normalization and opinion...

It looks like the `iv` length is [defaulting to 16 bytes](https://github.com/fission-codes/keystore-idb/blob/main/src/aes/operations.ts#L15) From [this discussion](https://github.com/earthstar-project/earthstar/pull/356), it seems [12 bytes is preferable](https://crypto.stackexchange.com/questions/41601/aes-gcm-recommended-iv-size-why-12-bytes). Thoughts about this?

The example in the repo only works if the canvas is located at `0, 0`. This looks like the simplest way to fix.

I notice that if I create a new `Atrament`, given just a canvas, the cursor is offset from the drawing depending on the margin, etc of the canvas on the...

question