rourke
rourke
That's good to hear. I'll wait for that then. Thanks a lot!
Thanks for the insight! Your suggestions are a good way to start. :)
I'm running into this issue too where I'm testing my app on multiple devices. Some of the pages in my app are only accessible by my admin account, and it's...
If you want rounded numbers in the temperature you can change this in weather-card.js on line 168: ```javascript : stateObj.attributes.temperature}
Are you sure the script tag is in the sourcecode? The console (F12) might give some useful information. I had the problem loading the raw js from Github, but it...
The server you're pulling the data from needs to define the mime-types. I assume Github did it like that on purpose. You know Organizr. It fixes this by pulling for...
I'm not that familiar with either organizr or your project but you can just make 1 css file and do multiple `@import url("base.css");` If the required CSS is dynamic you...
I think it's a good idea to advertise this tool for what it is: backing up **bind mounts**, not volumes in general. I was kind of disappointed that this project...