You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When travelling I might have a few JSONs I would like to inspect, check, or use for something. To do so dragging into auspice.us is often perfect (getting auspice to run locally sometimes is tricky). However, I have to remember to load up as many 'empty' auspice.us tabs as I think I might need beforehand, when I have internet.
Description
Would be cool if one had a button somewhere in auspice.us that clears whatever's displayed so one can drag on new JSONs without having to actually 'refresh' with internet connection.
Totally accept this is a little niche and the real solution is to figure out how to get auspice running locally more stably, but I bet I'm not the only one who relies more on auspice.us ! ;)
The text was updated successfully, but these errors were encountered:
It would actually be quite possible to make auspice.us fully capable offline with service workers. That way you'd be able to open up as many auspice.us tabs as you want, when you need them, even offline. :-)
Following the steps from the guide as-is does not work for Auspice. The service worker installs in the browser, but isn't accepting any network requests once the Auspice server shut down. There are two ways to approach this, which could happen simultaneously (as done today) and hopefully converge on a solution:
Modify Auspice until it works. Since I'm not very familiar with this part of the project, this option feels more like shooting in the dark. This is today's shot: nextstrain/auspice@6dc1e03
Context
When travelling I might have a few JSONs I would like to inspect, check, or use for something. To do so dragging into auspice.us is often perfect (getting auspice to run locally sometimes is tricky). However, I have to remember to load up as many 'empty' auspice.us tabs as I think I might need beforehand, when I have internet.
Description
Would be cool if one had a button somewhere in auspice.us that clears whatever's displayed so one can drag on new JSONs without having to actually 'refresh' with internet connection.
Totally accept this is a little niche and the real solution is to figure out how to get auspice running locally more stably, but I bet I'm not the only one who relies more on auspice.us ! ;)
The text was updated successfully, but these errors were encountered: