-
# Introduction
Halogen components currently suffer from a variety of drawbacks:
- **Queries**. It is not possible to extract information from components. Since components close over their state, this…
-
As far as I can tell, this repo has the best shot of allowing me to use C++ code in a Haskell library. The code currently fails to compile on Setup.hs due to missing `compBuildOrder` in newer versions…
-
```
gwt 2.0 comes with UiBinder
Currently mvp conflicts with UiBinder when UiBinder xml file includes other
controls also defined in UiBinder
For example:
Main Mail application view consists from …
-
### The Problem
As components become more dynamic the need for multi-rendition of pages (our favorite sort of authorable resource!) becomes more necessary. Sling's resource-centric worldview position…
-
### Core
- v0.9.x: Animation and Transition ✓
- v0.10.x: API and internal improvements ✓
- v0.11.x: Consolidate API for future specs ✓
- v0.12.x: Improve API to make it easier to ship standalone, reus…
-
Not everything has to be stored in global app state via Flux. Component state, which is lost when component is unmounted, is good enough for small UI changes like toggles or inline edits.
-
Debian info:
```
pathcl@somevm:~/src/osquery$ cat /etc/debian_version
stretch/sid
pathcl@somevm:~/src/osquery$ uname -a
Linux somevm 4.2.0-1-amd64 #1 SMP Debian 4.2.3-1 (2015-10-06) x86_64 GNU/Linux
…
-
Been chatting with @markdalgleish about this, but I thought I'd put my thoughts down into an issue that was a bit more async-friendly (since he has a day job and so chatrooms aren't ideal).
I love th…
-
Look in to Dapper and Massive as data access layers. How will the Content Manager API's functions talk to it? How can you surface the API's of the orm's themselves.
Can it work side by side with EF?
-
The proposal is to allow plugins to be specified via meta syntax thereby removing the need for syntax in import statements.
We will still support plugin syntax through `!` as well though.
Previously…