Charles Pick
Charles Pick
[](https://issuehunt.io/r/gajus/flow-runtime/issues/2) Currently if a function implicitly returns undefined (by leaving the function without an explicit `return ` statement) we won't generate a check for it, e.g: ```js function foo ():...
It should be possible to serialize / deserialize types to / from JSON-Schema. That is - Given a JSON Schema object I should be able to turn it into flow...
This is the same CoC that React uses. The only thing I've changed is the email address. @hildjj please can you set up `[email protected]` or similar?
Prettier makes it easier to maintain consistency in the codebase, especially when there's several different contributors. I'd like to enable it, but it's not as easy as it would normally...
When viewing the source spliced into the IR, it's not really clear what some of the symbols mean, especially the dark red bar and yellow chevrons as shown below: ...
Given these structs: ``` js const Point = new StructType({ x: float64, y: float64 }); const Series = new StructType(Point, 100); const Line = new StructType({ from: Point.ref, to: Point.ref...
I'm implementing a typed objects library (not yet released) and trying to follow the proposals here as closely as possible so that one day it can be made compatible with...
_From @phpnode on April 2, 2014 21:37_ Currently only the simpler 'embedded' [RIDBag](https://github.com/orientechnologies/orientdb/wiki/RidBag) type is supported. We need to also support the tree based type. _Copied from original issue: codemix/oriento#5_
_From @osklyar on April 1, 2015 13:5_ A query made with a once initialized and kept in that state DB object (`var db = oriento({...}).use("somedb")`) is running into a timeout...
Rather than downloading the release from the OrientDB website, use maven instead as highlighted in this issue: https://github.com/orientechnologies/orientdb/issues/2310#issuecomment-42178571 This means travis doesn't break when the orient website is down, download...