gsc
gsc
+1 Could you provide a simple example? Is this library still being maintained as by Meteor 1.5?
Tried the following but I couldn't understand how to add the ReferenceFields as the entire Person object is inserted in the collection and the Post embedded document doesn't update when...
Hi @mitar would you be able to clarify how to insert the references in the collections? I couldn't make it work even in coffescript. The references don't get updated! ```...
Hi @mitar I finally came up with a working example in ES6 with: - extends - class methods - instance methods - reference fields - generators - triggers ``` /*...
And this is how to test: Document.startup() is required so the functionality can be started after PeerDB observers are initialised. A setTimout is also needed so the effect of the...
Same happens when using docker cloud to build... All 4 builds have failed when extracting the tar. Docker Repo: https://cloud.docker.com/app/monbelle/repository/docker/monbelle/meteor/builds Github: https://github.com/gsc-dev/docker-meteor
Hi @dmitrio95, I did reuse the code from Chord Identifier, so feel free to change the licence or remove the chord detection. You are right about the reason I included...
Hi @dmitrio95, I've merged your last pending changes and added an option for the chord symbols. Now they only get updated when the checkbox is enabled. One key feature for...
Hi @dmitrio95 Added some minor improvements...