chasen
January 3, 2017, 4:46pm
1
Please add topics for discussion (and your status if you’re a contributor).
Live Stream on YouTube
Two main issues that I am having that I would like talked about are.
can-view-import lack of error reporting ( this gets annoying )
https://github.com/canjs/can-view-import/issues/18
https://github.com/canjs/can-view-import/issues/2
bitballs ssr bug ( I think someone mentioned that they are working on this one already )
https://github.com/donejs/bitballs/issues/277
Thanks!
1 Like
Last week
Correct canjs V2 jsfiddle examples URLs
Try to install bitballs on linux and document how to configure postgresql
Next week
Contribute to DoneJS1.0
chasen
January 6, 2017, 6:35pm
13
Rough meeting notes:
Attendees: @Bajix @chasen @cherif_b @imjoshdean @justinbmeyer @Macrofig @matthewp @pYr0x
Discussed topics:
Removing @index
and @key
:
How should we handle this breaking change?
Start a major
branch for breaking changes; we’ll coalesce all of them into a can-stache
4.0 release
There’s already a deprecation warning for those two keys
We’ll eventually figure out how we want to handle new major versions of CanJS
– Maybe coalesce multiple breaking changes in different modules into one major CanJS release
– Maybe release new major versions every ~6 months
tag registration :
General consensus on moving forward with the proposal
@Nothing_New ’s issues:
can-define
mixin behaviors :
Kinda similar to can-connect
’s behaviors
This is one proposal; still looking for better solutions
Linting DoneJS components :
Josh’s module helps you lint .js
and .component
files
Node versions poll :
Most people are on a recent version or would not have a difficult time upgrading
Current strategy: support Node 4, 6, 7 for now; wait until we have issues with 4 before making a decision about dropping it