Samuel Allan

Results 29 issues of Samuel Allan

https://documentation.ubuntu.com/lxd/en/latest/api/#/instances/instance_get shows that `restore` is supposed to be a field in the instance metadata response, however this is not the case. It appears that the `restore` field should only be...

Bug
API

It would be useful to support http web services that are exposed over a unix socket. For example, [LXD](https://documentation.ubuntu.com/lxd/en/latest/rest-api/), where a curl request could look like: ``` curl -X GET...

### Bug Description Permissions of source files on the host machine can leak through the snapcraft build process and end up in the built snap. This means that file permissions...

bug

I still maintain the sncli pypi release ( https://pypi.org/project/sncli/ ), as I've been unable to hand it off yet. So I cut a new minor release from master and pushed...

Currently possible by searching for `tag:trash`. Should be more visible, or at least documented.

enhancement

Currently logging is hardcoded at the DEBUG level. This should be configurable via the cli and/or config file. This would allow a clean log that only has errors for normal...

Tempfile cleanup has been disabled since it was being done before a note was successfully saved or synced. This issue is to track re-adding tempfile cleanup. It should be implemented...

enhancement

Currently we have an example configuration file, which is great, but it would be nice to format that into the docs so a canonical list of configuration items is more...

enhancement

If in sncli I add a new tag (ie doesn't exist), on the web I can see it on the note. But it doesn't appear in the list of tags,...

The api in `simplenote_cli/simplenote.py` has a method to permanently remove a note, but is never used. We should provide a method with a new keybinding to permanently remove a note....

enhancement