Tor Arne Vestbø
Tor Arne Vestbø
Yeah, this works: ```json "datasources": { "logo-datasource": { "module": "@vudash/datasource-value", "schedule": 1000, "options": { "value": { "url": "somelogo.png" } } } }, "widgets": [ { "widget": "./widgets/image", "datasource": "logo", "position":...
> Doesn't seem to work, probably because the client side of the widget hasn't connected yet. Is there a callback for when that happens, so that I can propagate static...
Very nice @rherwig! Would love to se Smashing transition to more modern technologies (Vue, ES6, HTML grid, etc).
There's https://vudash.com/, based on node instead of Ruby. I haven't found a way to add widgets in an easy way without too much boilerplate though, and a lot of the...
This is the kind of simplicity I'd expect: https://github.com/rherwig/sinatra-vue-poc/blob/master/assets/widgets/Text.vue
Is Ruby a hard dependency for this project? Would having jobs be written in JS with node be an alternative? Could they co-exist, to be able to still support jobs...
Vuedash developer docs: https://vudash.com/#/developers/ It seems it's actually quite easy to add new widgets without too much boilerplate.
Ah, right, sorry. But from testing GitHub and Google's flow, their login pages return 200. Is this not part of the spec and the providers do as the please?
I'm very unfamiliar with this :) Which is why I was surprised to not find any clear way for an API client to detect that an auth proxy has been...
Thanks @bnfinet, I'll check the IRC channel!