Mark Stahl
Mark Stahl
During the build process, we should use something like PurifyCSS (https://github.com/purifycss/purifycss) to decrease the size of the CSS bundle(s).
Specify fixtures in Markdown using https://apiblueprint.org/
> This was discussed on a [recent live stream (19:10)](https://youtu.be/UxBJtHm4Km0?t=1150) and a [previous live stream (33:18)](https://youtu.be/kx-JxYSWlEc?t=1998). Problem: I found ViewModels with many properties to be error prone when switching between...
If you have a VM property with a getter and a setter, and you return from that setter you will see the following error on the console: `canReflect.setValue - cannot...
### The Problem The documentation for `.set` located at https://canjs.com/doc/can-define/map/map.prototype.set.html states: > Assigns value to a property on this map instance called propName. This will define the property if it...