Ondřej Žára
Ondřej Žára
Nice idea! I am currently far too busy to implement this, but it generally sounds like a good idea. Alternative storage could be a Gist.
Hi @clodion, thanks for your interest in My Mind! It should be noted that I am currently refatoring the codebase rather massively (see https://github.com/ondras/my-mind/issues/134), so the current code shape might...
> does the merge function get ALL the map data Yes. It always gets the whole remote map data. The remote data is retrieved via the [`val()`](https://firebase.google.com/docs/reference/js/database.datasnapshot.md#datasnapshotval) call on the...
Please try opening your browser's DevTools / Console; perhaps something will be logged there.
...I am afraid you are running into https://github.com/github/fetch/pull/92#issuecomment-140665932. Running stuff via file:/// is generally not recommended.
> What changed with the refactor that doesn't allow just opening index.html? Opening index.html itself is okay. But the app fails to fetch a crucial bit of CSS that is...
The XHR workaround only seems to work in Firefox. I do not care about Chrome that much, but the limited support probably means that the said functionality might get removed...
This is somewhat duplicate to https://github.com/ondras/wwwsqldesigner/issues/67.
I am not sure I completely understand the point of this issue. Most of the items mentioned above are already present in the "Local Installation" section of the README file.
Might be a matter of adding a `gesturechange` listener. I have no iDevices to verify, though. Would be willing to accept a PR here, as I am little bit out...