Thomas Gossmann
Thomas Gossmann
So, let's say this setup: - We have a component that represents a page/screen - The component is injected into two different _hosts_ (let's say app and engine). - The...
This is based on `v1.3.1` This PR is to fix stable channel and beta channel. I can only select beta channel as base (`master`) against which I can throw the...
## The Problem `ember-link` provides a primitive to pass around. It's a bit of fuzzy what it is exactly. It can be seen as just a DTO and on the...
I was wondering if a modifier for situations like this would be a good idea: ``` ``` the `{{link}}` modifier would turn the element into an `` tag and apply...
As of now a `` is rendered as ``. In some situations you want to be more specific in expressing proper semantics and a `` isn't the best solution, or...
hello :)
Hi, I'm also working on a project to shape the future API of php6, which can be found at [gossi/oophp](https://github.com/gossi/oophp). Also part of this are objects for primitives. Yesterday I...
Hey, while I do like the two prototypes for String.replace() it's actually an issue to properly document these two methods. I think it would be better to split them into...
More improvements to blanks: - [ ] Preserve Newlines #4 - [ ] Beginning and end of methods/functions/structs #5 - [ ] Sanitizing doubly added blanks #6 - [ ]...
Blanks before comments. There are three different types of comments: - Docblock /*\* ... */ - Multiline /\* ... */ - Singleline // ... Options to manage blanks - before...