Dan Connolly

Results 618 comments of Dan Connolly

Regarding delegating to the community, i.e. option (c), would the core developers be willing to take care of the lexical details? i.e. add "flow parse" and "flow serialize" that read...

Looks like [getting an AST for a .d.ts file](http://blog.ctaggart.com/2014/06/typescript-ast-from-nodejs.html) is supported.

I'm more interested in converting from .d.ts files to flow definitions than the other way around (since .d.ts files are more widely available and the flow type system is better...

Meanwhile, there are much more mundane ways to trigger this message: ``` $ cat slicetest.py lo, hi = None, 2 print('abc'[lo:hi]) $ python slicetest.py ab $ mypy slicetest.py slicetest.py:3: error:...

Where in `named.toml` is access to UDP port 53 granted? That is: I hope all access is granted explicitly, so that the system is secure by default. Alternatives include Docker,...

> ... I worry that we’ll reimplement apparmor and other tools, yeah; well... indeed, starting with linux, where processes get a bunch of authority / access by default and plugging...

> ... Meaning this system would be built in WASI? Yes (in a hypothetical sense). > That might be far to restrictive in working with some of the OS primitives...

> attn @dckc We have a dilemma with the pet daemon’s implementation of pet name path lookup... hm. um... I don't see a way out. I would like to phone...

The type declarations are indeed ignored at runtime. Static type-checking is done by other tools such as [mypy](https://github.com/python/mypy). Adding static type declarations in a separate branch... hmm... I guess I...