Jon Hadfield
Jon Hadfield
[1.1.3-beta.3 now released](https://github.com/jonhadfield/soba/releases/tag/1.1.3-beta.3).
It seems the response you get from the API doesn't match the bit of code I use to store it. It's difficult to debug without knowing the response, so I've...
`I've used the wrong access token` Ah, that's a use-case I've not checked for. Will add it to the list. Is it possible your token doesn't have the necessary access...
I worked out the pagination I added when retrieving projects via the groups endpoint was missing when I switched to making requests to the projects endpoint. I've just pushed a...
Great news. Thanks for the feedback. I'll copy your request into another issue so I can close this one. Will respond on there.
Hi @fazlerabbi37, thanks for the feedback. You don't need to type email and password each time if you are on MacOS or Linux. Just run ```sn session --add``` and follow...
I've just released a new version that includes the ability to specify --use-session in an environment variable, i.e. export SN_USE_SESSION=yes https://github.com/jonhadfield/sn-cli/releases/tag/0.1.0-beta2 I've not considered local-only use but I've included local...
Back in November there was a major change to the way SN does encryption, and I've just about finished updating my library to support it: https://github.com/jonhadfield/gosn-v2. Now working on updating...
Seems it is possible: https://github.com/standardnotes/listed/blob/develop/app/controllers/authors_controller.rb#L158 Will take a look once I've finished getting sn-cli sorted.
I've just pushed a new release that's got a hidden feature (whilst testing). It works exactly as I put in the opening comment, and speeds things up a lot. If...