Michael Ball

Results 182 issues of Michael Ball

This will probably be the easiest method to allow projects to be stored and semi-managed. Using anything with an S3 compatible API is good since SAP provides S3 services, and...

ops

* snapcloud * postgres * amplify-agent See: https://askubuntu.com/questions/9382/how-can-i-configure-a-service-to-run-at-startup

enhancement
ops

It seems odd to me to let the there an unlimited number of accounts tied to the same email. Right now about ~16,000 emails have 2 accounts and a few...

Decided that this should be done separately from #117 The existing `htmlPage` structure makes a bit difficult to be more verbose. Is there a problem with using etlua views?

enhancement

I think we should rename the `created` and related columns to `created_at`, and similar. This allows lapis to automatically handle creation and updated timestamps. http://leafo.net/lapis/reference/models.html#timestamps It will also make automatically...

_From @cycomachead on December 28, 2016 6:52_ I don't know why I never wrote this down, but it would be awesome if the browser level settings could be saved to...

enhancement
requires snap change

There used to be validations on dom_username, but they were removed: https://github.com/bromagosa/snapCloud/commit/6990be17040d9407addeaf650e0f3dbe01c004be#diff-bef302d3cdd1ce8c0d4e2e008fa3652a If there's no validations, then should we not just use the text type? (It would make writing the...

optimization

Instead of sending down base64 data, I think we should try to send URLs down instead of data URLs. Primarily, base64 data is about 1.3x the size of the binary...

optimization

This will make things more secure.

requires snap change
needs discussion

We should consider providing support at the server level for places where a cookie won't work. There are two options: * always generate a session token AND use cookies *...

needs discussion