Johan Nordberg
Johan Nordberg
I think this would be better left implementation specific, not all stores need cleanup
That's correct, the interface only guarantees that you'll get a readable or writable stream corresponding to a key. Implementations can use options to extend this though, for example by passing...
Could those not be implemented as a module that takes abstract-blob-store compatible stores?
IMO that should error, data should not be available until the write stream has finished. But that could be hard to do for some implementations so I think we would...
Wouldn't this run the build for every npm install (even if they are installing from a tarball)?
It matters because it adds a considerable amount of install time and it will also pull in the `devDependencies` for every install. Not to mention that running a separate `npm...
That's because `get_follow_count` is in a separate api plugin in steemd called `follow_api`. I want to add a strongly typed helper for this but not sure yet how best to...
Many steemd api's are paged by partial string matching, so passing `f` starts indexing from e.g. `faaaa` etc so use the last name you got as the starting for the...
thx @therealwolf42. I've put adding a strongly typed helper for `get_content` on my todo
That's a good point, I'll try to add some info to that when I get time. I've written [this post](https://steemit.com/steemdev/@almost-digital/creating-accounts-with-dsteem-0-6) about account creation that touches on authorities you can check...