Luca Bonavita
Luca Bonavita
Yeps, `Graphiql` https://www.electronjs.org/apps/graphiql Here's the formula https://github.com/Homebrew/homebrew-cask/blob/master/Casks/graphiql.rb
If this feature was implemented and it was easier to quickly scan the stream, frames height could be maximized so that you always see just one frame (or maybe one...
@dagoneye si, molto più chiaro ora. @marciuz sarebbe possibile conoscere la roadmap per CKAN? Mi aspetterei di trovarla nei [Projects](https://github.com/italia/dati.gov.it/projects) (sono linkati nel README come [stato di avanzamento](https://github.com/italia/dati.gov.it#stato-attuale-del-progetto)) ma la...
I also wanted this, like anchors to easily jump to sections but keeping the ability to scroll if we want. On the phone I'd want them to be on the...
Also, having this would also help tracking down if a package has side effects just by searching for `@sideEffects` and set [`sideEffects`](https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free) for `webpack` or [`moduleSideEffects`](https://rollupjs.org/guide/en/#advanced-functionality) for `rollup` accordingly.
It'd be nice to search by version, say: `/search#text=foo;libs=d3@[email protected]`
Also, it would be nice to use an operator to exclude a lib. Say we use `!` as a not: `/search#text=foo;libs=d3@3+backbone!react!ember`
I see from #10 that you are now experimenting with cloning the gists: great! Since @mbostock is updating his blocks to d3 v4 and many people will probably do the...
Filing here some of ideas that came out while chatting about the REPL. ## Retrieving gists Gists made with the Svelte REPL should contain a `meta.json` file containing `{"svelte": true}`...
## Detecting Svelte features in a gist Another part of the conversation has focused on the idea of retrieving features from gists (`#if`, `/else`, `class:`, etc). This would let us...