Michael Bauer
Michael Bauer
Ok, so it looks like you can use `call()` to call a function and pre-set the `this`. So, my code now looks like: ``` javascript Template.assignments.onRendered(function() { AutoForm.hooks({ insertAssignmentsForm: {...
@vgkholla Would it make more sense to implement the getter methods to return Java's [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)? This way the caller could choose if they want to get the value or throw...
I can definitely see a need to allow people to configure the output. For instance, I prefer 2-space tabs, and have my editor set to that. Actually, it was already...
I am also seeing a StackOverflowError when trying to generated `[a-zA-Z0-9]+@[a-zA-Z0-9]+\\.[a-zA-Z]{2,4}` with a size min length of 3 and max length of 25. It doesn't happen every time, but at...
The change suggested by @degger80 seemed to work for me.
Alright, nevermind. It's still happening to me as well. Seemed to work for a very short while, though.
Awesome! Seems to be working now. I'll let you know if I see any issues moving forward.
Thanks. I was also getting the referenced error, and this seems to have fixed things up. I still have the warning. There doesn't seem to be a fix for that...
I am also getting this error: Mac / Chrome / filesystem
It seems like this might be a know issue with the new package manager in Meteor 0.9.xxx, as per the discussion here: https://github.com/simison/bootstrap3-less/issues/29. Something to do with not being able...