Thomas
Thomas
A little bit of background: I'm working with an unusual stack (mostly for fun) that includes `htm`, `preact`, and `react-snap`. The previous documentation through me for quite a loop since...
This is blocked by [Task - Client Setup](https://github.com/100devs/course-tracker/projects/1#card-67170180) (#5) and [Task - Server Setup](https://github.com/100devs/course-tracker/projects/1#card-67175545) (#9)
Where are we on this?
Did you ever do any further research behind that?
- [ ] Should list `@return` where necessary. (Mostly on `Store.prototype` methods). - [ ] List prototype methods on [StoreType](https://www.canjs.com/doc/can-fixture/StoreType.html) page.
## [can-define.types.identity.html](https://canjs.com/doc/can-define.types.identity.html) - [x] [Boolean](https://canjs.com/doc/can-define.types.identity.html#Boolean) needs codepen-able examples that log the result. - [ ] [Use](https://canjs.com/doc/can-define.types.identity.html#Use) doesn't show a model case. Link to examples elsewhere. ## [can-define.types.serialize.html](https://canjs.com/doc/can-define.types.serialize.html) - [x] [Boolean](https://canjs.com/doc/can-define.types.serialize.html#serialize_currentValue_propertyName_)...
This issue can probably be closed: 
Hey this is on line 7786 of million/lint runtime-dev index.js ```js posthogConfig = { api_host: "https://app.posthog.com", autocapture: false, capture_pageview: false, disable_session_recording: true }; try { Qn.init(posthogKey, posthogConfig); } catch {...