Antoine Bluchet
Antoine Bluchet
If I may, I think that https://www.php-fig.org/psr/psr-6/ fits the model in many ways: - *Pool*: The Pool represents a collection of items in a caching system. The pool is a...
Can't `Vary` just be a part of the key? For example: ``` GET /book Vary: User-Agent ``` `Cache key: Headers['User-Agent'] . GET . /books`
webrtc: - is slow - has a lot of overhead - needs a signaling server (theoretically we already have peer discovery here, not sure that we can re-use) But, because...
It works well, I'm building with `node-sass` by including both `foundation-sites` and `foundation-apps` directories to the `includePaths` option. For now I'm only using table, breadcrumbs and the [`form-middle-label`](https://github.com/zurb/foundation-sites/blob/57311d764b163d37e31c9df29d971ae01a4524a7/scss/forms/_label.scss#L34) mixin. Using...
You can use the action sheet for the Tooltip. For the top bar I use a mix of title bar and menu (_'d have to check_). For the rest :+1:
@gakimball I'd be glad to make a Pull request about those missing components if you need me to.
+1 would love to see those I think that the list from @marleneclayton is a good start, IMHO most of foundation-sites components could be reused, except those that really belong...
Indeed @gakimball, that was also my thought while going through both docs. There is also [angular-foundation](https://github.com/pineconellc/angular-foundation), but I prefer your work, it feels more "natural". Also, angular v2 is now...
@gakimball is it possible to follow discussions/ideas somewhere?
Is the grid not the same as the new `flex` grid from Sites? +1 about the shared scss base components ofc.