Brian M Hunt
Brian M Hunt
## ✅ Unlinked packages It looks like the issue was with the `@tko` packages not being linked in Github's build directory. 1. change `devDependencies` to `peerDependencies` 2. change to npm...
# Testing Now that I'm through the build process, I'm trying testing. The CircleCI + SauceLabs config was antiquated and seemed to time out. I looked at a few options:...
Given the difficulty I'm having with CI I'm going to just turn it off right now and re-evaluate the thing with a bit more dignity i.e. where it's not blocking...
The Electron issue _may_ be this: https://github.com/electron/electron/issues/9567.
This is great, thanks @Sebazzz . There are a couple things I'd like to understand. 1. Style — there's a lot of munging of the changelog because of extra semicolons...
Great feedback, thanks all. It definitely sounds like the benefits are there, and there's a lot of momentum behind TS so I can see how it's distinguished from Coffeescript. I've...
The main argument to not include semis at this point is because the diffs will have a poor signal-to-noise ratio i.e. any semantic differences will be indistinguishable from semicolon injection....
Just a quick note - I've investigated a bit and am 100% on board with Typescript. I'm pulling in the PR #50 to bring TKO up to speed with Knockout...
I've implemented slots, and they look like this: When creating a component named `` with the following template: ```html One Two ``` We can use the custom component: ```html Slot!...
Is there a clear example of that somewhere?