ChanServ changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things Sandstorm and Cap'n Proto. Say hi! | Have a question but no one is here? Try asking in the discussion group: https://groups.google.com/group/sandstorm-dev | Channel logs available at https://libera.irclog.whitequark.org/sandstorm
pie_ has quit []
pie_ has joined #sandstorm
TimMc has quit [Quit: leaving]
garrison has joined #sandstorm
<kentonv> tests are all giving me "javascript error: window.loginDevAccountFast is not a function" again, I forgot how this was solved last time
<ocdtrekkie> That's weird. Did anything merged even touch that?
<kentonv> oh it's legit broken
<kentonv> my local server says "Oops, looks like there's no route on the client or the server for url: <url>"
<kentonv> so like it's answering the request but I think this is Iron Router telling me there's no route
<kentonv> isd, that commit seems to completely break the UI (with no error messages or anything... just all routes fail to be registered)
<isd> Well that's bizzare. it didn't do that when I tested it locally. But it was just fixing a warning, nothing functional, so feel free to revert.
cwebber has joined #sandstorm
<ocdtrekkie> I am confused because it is definitely a .ts file. But the extension in that commit was changed to .js. Is there something that doesn't care what the real extension is?
<ocdtrekkie> Oh yeah. I gotta clean up my sandstorm.conf
<ocdtrekkie> I'm running #3622 still, technically.
<isd> Yeah, the way typescript imports work is wonky; I think I was getting a warning from the typechecker about it, and when I tested it after changing it still worked.
<isd> But there's probably a way to just silence the warning.
<isd> Opened a PR.
<isd> Apparently it is also permissible to just leave off the extension entirely. I may try that and see if it fixes things too; would be nice not to have the ignore in there.