Emilien Klein
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...
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...
A model with these `props`: ``` props: { id: 'any', abbreviation: ['string', true, ''], description: ['string', false, ''], notes: ['string', false, ''], fromDate: ['date', false, ''], toDate: ['date', false, ''],...
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...
Extract of a model called "object": ``` props: { id: 'any', abbreviation: ['string', true, ''], description: ['string', false, ''], ``` Extract of the form generated by `$ ampersand gen form...
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`...
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...