heartsucker

Results 65 issues of heartsucker

``` dpkg: warning: while removing simple, directory '/usr/share/simple/app' not empty so not removed ``` This is likely because of `npm install` or other shenanigans. Force kill it on purge/removal.

bug

Figure out why, write tests.

bug

I came at this from Ansible-land where everything has to be prefixed because of the global namespace. This isn't the case here, so deprecate the old variables and start using...

# Feature request ## Description We should switch the webserver from Apache2 to Nginx. Nginx has fewer CVEs than Apache2. Compare the two CVE summaries for the two webservers -...

ops/deployment
planned/next_os_upgrade

This makes using `#![deny(missing_docs)]` impossible at the crate level. ``` error: no rules expected the token `;` --> src/error.rs:12:1 | 12 | / error_chain! { 13 | | foreign_links {...

Hi hi. I needed this as a crate that I can integrate into other projects. I figure I should make my changes here instead of pushing my own crate. I'd...

## Description A source may end up on securedrop.org and want to know how to submit docs, and the FAQ should clarify that. ## User Research Evidence A UX team...

content

These are only needed for development and testing using HTTP against a server. In production, they are not needed since the SDK uses `qrexec-client-vm` for RPC. Removing these would help...

sdk
proxy v2

For example, it would be nice if `help(Reply)` actually showed me the arguments I need to init an object. Currently: ``` >>> help(Reply) Help on class Reply in module sdclientapi.sdlocalobjects:...

sdk