-
**Issue by [erickt](https://github.com/erickt)**
_Thursday Oct 18, 2012 at 23:02 GMT_
_For earlier discussion, see https://github.com/rust-lang/rust/issues/3810_
_This issue was labelled with: A-li…
-
Json-Schema could provide us with a principled and standardized way to understand json data.
Although it has not got much traction yet is a powerfull and complete standard with [a couple of decent imp…
-
-
-
The [XML Schema DataType spec](https://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#dt-integer) for integers specifies no lower or upper size bound. Due to the limitations of JS numbers, we can't supp…
-
### What did you do?
Moused over `Meters` or any of the other consts.
```go
package si
type Distance int64
const (
Nanometers = 1
Micrometers = 1000 * Nanometers
Millim…
-
## User story
> I am an institutional funder, I have a funding strategy and I am seeking funding opportunities that are aligned with it within the OpenCollective ecology.
> I am an institutiona…
-
**TL;DR: We're proposing a set of style changes to `dart format` that would affect about 10% of all Dart code. We want to know what you think.**
The main change is that you no longer need to manual…
-
Opening this issue to discuss optimizing the internal representation of the `ISBN` type defined in the `Data.ISBN.Types` module. Currently the representation is using `Text` as follows:
https://git…
-
For khatt I'm running in an issue we also have in I-Analyzer: if we've defined models in Django, how do we prevent defining them once more in typescript for the client? Could we create a pre-run hook …