Luca Bonavita
Luca Bonavita
## Meta file format Another part of the conversation was about the `meta.json`. Currently as said that file contains just `{"svelte": true}`, but in the future it might contain: -...
## Version switch There has been some discussion about the possibility to switch Svelte version while editing the REPL, especially useful while learning how to upgrade to a breaking version....
## Gists publishing and meta files storing We realised that if the interface let us to publish (and unpublish) gists, when a gist goes "Public" we can save its ID...
## Renaming the meta file to `svelte.json` Current limitations of the Gist API (no search endpoint) [force us to retrieve every single file in a gist to parse its content](https://github.com/jvcalderon/gist-client/issues/2#issuecomment-443717154),...
> I also think I prefer the term 'playground' to 'REPL'. @pngwn me too
## Listing and searching own gists Once logged in, it would be quite useful to list and/or search our own gists (by title, used Svelte features, etc) directly from the...
I like that, although a FAQ is more apt to generic questions like #366 maybe? I was thinking about something very similar lately, a page with use cases ("How do...
Ops, I haven't seen this before posting, I have outlined some tentative code in #388.
@Conduitry back then [I made a fix to the site](https://github.com/sveltejs/svelte/pull/2597) but that was supposed to be ported here
Also `id_of_continent` and `id_continent_organisation` seem a duplication of the same field.