Daniel Granatshtein
Daniel Granatshtein
Hi there, I recently needed to change the flow when a user clicks on the progress button, and before starting the progress the user needs to confirm the action he...
First thanks for sharing this code. It's exactly what i needed, and i didn't find anything i liked in NodeJS. This is more a request to get feedback then actual...
Hi, I had some issue with 'this' being undefined when loading the file using parcel. I think it has to do with the following: > "The this keyword could be...
I followed your advice on how to add it, and its done. You can see a test that adds 4 Seets to the Car. 2 are front seets, 2 back...
Failure/Error: c = myKindel.ebooks.create!(:name => "book1") NoMethodError: undefined method `create!' for []:Array This is the way it does work: c1 = Ebook.create!(:name => "book1", :kindel_id => myKindel.id ) c2 =...