Rob Maskell
Rob Maskell
Thanks @andrew-c-tran I'll check this out at the weekend when I have a little more time
Ok I tried and changed my imports as follows ``` import { LitElement, html } from 'lit-element'; import * as humanizeDuration from 'humanize-duration'; import '@polymer/marked-element/marked-element.js'; import '@polymer/paper-spinner/paper-spinner-lite.js' import '@polymer/paper-fab/paper-fab.js'; import...
I call `npm start` which runs `prpl-server --root server/build` which I guess is local dev web server node I suspect for serving sites without much packaging for dev purposes. It...
I had the same problem back in the day with https://github.com/github/time-elements and then I think they sorted it in a new version, might be worth a look?
When I set this up on a windows server some time back I think I did need to create an ini file. I was fiddly to get working but has...
Came up against this one as well, notification of changes would be very useful
Thanks for the code @ChiragMoradiya just tried it and it looks great, works as I was expecting
I use the `` the same way as you do but for setting the value in the first place with the `` tag I have a default json object in...
Could we at least document an example java config as of the 1.0.0 release, I have one that works now but would have saved a world of pain if I'd...
Any news on this getting merged as this fixes a problem I was having?