Nick Satterly

Results 78 comments of Nick Satterly

This is supported in Vuetify version 2.0 ... https://vuetifyjs.com/en/components/data-tables#sort-on-multiple-columns

This patch works for me: ``` --- a/src/store/modules/alerts.store.ts +++ b/src/store/modules/alerts.store.ts @@ -160,6 +160,7 @@ const actions = { moment().utc().add(state.filter.dateRange[1], 'seconds').toISOString() // seconds offset ) } + params.delete('kiosk') return AlertsApi.getAlerts(params) .then(({...

Not currently. I'll add it to the backlog.

Try version 0.1.9 just released to PyPI. ie. `pip install athena-cli --upgrade`. BTW, the project has moved to https://github.com/satterly/athena-cli

Yes, because the AWS SDK for Athena doesn't work that way. If downloading results is slow with the `athena` CLI then you should just download the output directly from the...

Yes, I suppose so. PR's welcome.

Alternatives... https://fly.io/ https://railway.app/ netlify vercel supabase mongodb atlas platnetscale porter.run adaptable.io Note: alerta require static web hosting, python runtime and database (either postgres or mongodb)

FYI, the link has moved to https://docs.alerta.io/cli.html#send-send-an-alert

Yes it should work fine. I'd be interested to know how it works out -- good or bad. Thanks.

See https://github.com/alerta/alerta-contrib/issues/301