Emilien Klein

Results 11 issues of Emilien Klein

Assume an object's model defined as such: ``` module.exports = AmpersandModel.extend({ props: { id: 'any', [snip] }, children: { relatedSystem: System }, ``` After an object has been saved with...

question
discussion
help wanted

Would it be possible to have release numbers, this would make it easier for packaging Dump1090 into Debian for instance. It can be as simple as tagging the git repo...

I'd eventually like to package Dump1090 for Debian, for easy "apt-get install" installation, but I can't figure out under which license you've developed Dump1090. Could you please specify if this...

The UI works great on large screens like laptops, but is not ideal on smaller screens like smartphones. For example this is how it shows on my 6" screen Android...

web

A model with these `props`: ``` props: { id: 'any', abbreviation: ['string', true, ''], description: ['string', false, ''], notes: ['string', false, ''], fromDate: ['date', false, ''], toDate: ['date', false, ''],...

bug
question

A model containing this `props` (extract): ``` numberOfRecords: ['number', false, ''] ``` generates the following form by calling `$ ampersand gen form client/models/object.js` (extract) ``` new InputView({ label: "Number Of...

bug
question

Extract of a model called "object": ``` props: { id: 'any', abbreviation: ['string', true, ''], description: ['string', false, ''], ``` Extract of the form generated by `$ ampersand gen form...

bug
question

I have a model that has children (i.e. links to other instances of 2 other model types). The models are kept in a collection. When calling `collection.create` with the `data`...

question
help wanted

Would allow all Debian derivatives (including Ubuntu) to get it straight out of their repos, without having to go through a PPA. This issue is meant as a master issue,...

I've installed Everpad from the PPA 3 days ago, and since yesterday Everpad doesn't sync anymore. I believe (can't assure/remeber 100%) that this started to happen when I instructed Everpad...