-
I've seen that a LESS version of the css is (possibly) in the works as of three months ago, any news on that? A LESS version of the foundation system would be amazing.
-
I frequently write markup and CSS for my web projects, and the thing that I mostly adore in doing so is semantic data model. In short, I hate excessive usage of `` tags, endlessly nested for the sake …
shehi updated
9 years ago
-
First off, thanks for the work on flux-angular. I was able to port our project over to it quite quickly and working with the flux model has been awesome.
Since immutability is desired for data feedin…
-
PopupPresenters and other child presenters are kind of a pain to do right. You have to remember to call their takeView method from onLoad, and override your dropview method to call theirs.
Could we …
ghost updated
10 years ago
-
I understand that the current implementation of JsRender treats each block tag as essentially its own view. This means that if you have a variable accessible to the main template, it is no longer acce…
-
# Problem
When starting a new Laravel project that will be shared across several team environments, and staging /production/development environments, there are a number of "boilerplate" changes that …
-
Currently, the available “CSS Style” is more of a joke — it supports only classic syntax (no banner code style and similar) and don't backward compatible with the real-world `.css` files 'cause they a…
kizu updated
10 years ago
-
The example for TOML shows how bad it gets when writing a Windows path that has \, unfortunately some things that get configured need to let a user enter a regular expression. Regular expressions are …
-
For lack of a better place to put it, I'm sharing my first impressions of using pencilblue from not just a developer's perspective, but also from a content manager's perspective having seen many peopl…
-
I have posted in detail on StackOverflow (http://stackoverflow.com/q/26007475/8946), but the short story is that when I make a typo in promise chain code a `ReferenceError` is thrown, but Mithril sile…