Soren Zaiser
Soren Zaiser
For those still curious, here is how I implemented damianijr's solution ```javascript const fixedHtml = myHtmlString.replace("", "html {zoom: 0.75}") ```
This happens to me only on my Gen 3 Dots, not a Gen 2 Dot. (I don't have a gen 1 Dot to test). I have ESPALEXA_ASYNC enabled. Let me...
@barneyz What are your ESPAlexa Settings?
This happens because While the angular app is loading, the page returns 200 OK. That is what your CURL request sees. The 404 or 418 only comes AFTER the Angular...
This is possible with angular-universal
I think the best way to tackle this would be to, at the beginning of each season, put a card on the user's myTOA dashboard stating "Hey, it's a new...
This may have something to do with not all "postal codes" from FIRST for all countries are numbers. I'll have to check the data and how we store it in...
This is the intended response. To normalize the responses of the API, even single object requests return in a 1-object array. The API docs will be updated to reflect this.
Hello, I am getting the exact same error. Here is my code: ``` const RedisServer = require('redis-server'); // const port = 6379 // real redis port const port = 5555;...
I switched to this windows port here https://github.com/MicrosoftArchive/redis and instead of getting the error, nothing prints, and the app exits on the first line. Same Code as above, nothing happens....