David Fox
David Fox
Next step: need to track the position in the generated file (the Builders.) Each mapping is a name and position in the original file (which will come from the `CallStack`,)...
My biggest challenge right now is how to reliably collect all the Css values in my program so they can be rendered and turned into something that can be served...
Hmm, let me look over my code.
My question is, what is the best way to ensure that all the Css values for all the subsystems of my app (search, drag, tables, layout, many others) all get...
One possibility is to have a class `CssStyle(cssStyle)` and collect all instances using the template haskell `reifyInstances` function. But then you have to make sure you have imported all modules...
Added here: https://github.com/sebastiaanvisser/clay/commit/4221200c53599f81d8f86c99f3b7c5c9fe4556f3
I ran across this, which seems to be related. Reifying the value `error` or `undefined` causes this error. This is because those are bound to declarations using the "implicit parameter"...
Urgh - do you have any more guidance on this?
What is the .pc extension? Can I just remove it?
Odd, 7.8.4 works in my travis: https://travis-ci.org/ddssff/cabal-debian