FND

Results 26 issues of FND

As far as I can tell, there's no reason to have JavaScript modules (custom elements) block CSS modules, so we don't need to `await` imports.

`MOVE`ing a resource to itself results in the corresponding file being deleted: ``` $ echo lipsum > foo $ curl -v -X MOVE -H "Destination: http://127.0.0.1:8000/foo" "http://127.0.0.1:8000/foo" < HTTP/1.1 500...

As far as I can tell, jsDAV does not provide an ETag header in GET responses (tested with the current HEAD). Grepping the source reveals various occurrences of "etag" though,...

It appears that the gnu-tools package isn't available for Node v0.12 (manually installing it raises `ELIFECYCLE`). While that package is listed as an optional dependency, it seems to be loaded...

there's all sorts of errors when trying to run the test suite in a vanilla repo (tested on both OS X and Debian, with Node v0.10 as well as v0.12):...

sometimes - particularly when looking at the relational diagram - you're not interested in the individual properties, so it'd be nice if those could be hidden for now I hacked...

this seems like a useful addition - YMMV

This combines @Yemolai's and @joshtriplett's efforts (#6 and #7, respectively) to make the visualization work on Julia v0.5 and beyond (tested with Julia v0.6.1). Disclaimer: I know nothing about Julia,...

As discussed elsewhere, it might be nice if svelte.dev/repl URIs included custom compiler options (e.g. `?generate=ssr`) - otherwise sharing samples that rely on such options is a little cumbersome.

REPL

previously the following was ignored, resulting in puzzling syntax errors: import foo from "foo"; import { bar } from "bar";