Daniel Stocks
Daniel Stocks
Issues identified: - Question: why are people using this plugin instead of https://getbootstrap.com/docs/4.5/components/collapse/ ? - Bootstrap extends jQuery with a $.fn.collapse method, throw a warning if a collision happens? -...
Somehow, the reference to this inside request.js works because of fat arrow functions, but I don't know exactly how and why. Find a more predictable solution to this.
Right now using ES6 functions without babel makes it problematic for people using babel in their projects because it wont transpile anything in node_modules/. Yak already uses ES6 syntax such...
I try this (as per the documentation) ``` ruby class User include Her::Model has_many :comments has_one :role belongs_to :organization end class Comment include Her::Model end ``` When I run this...
I was looking through the project test cases and I couldn't find anything covering the combination of using flask views in conjunction `delete_memoized`. Maybe I'm doing something really stupid here,...