Ross MacLeod
Ross MacLeod
FWIW, we (Vital) added a proper PAC and HAL adjustments based on the SVD, though we're still developing against it so might find issues. it's also based on the WIP...
@lorenzleutgeb we do run NixOS on BBBs successfully, though in the end didn't need this project as mainline NixOS was sufficient. the only things that we know don't work are...
it's definitely similar, though in your example code I think there's a misunderstanding - the spans won't exist until the button is pressed. You could use the support from #152...
well, I think what you want is possible, but not as described, though it could be I'm misunderstanding what your requirement is. If the goal is to be notified from...
oh, yes, didn't compile it of course. corrected, hopefully: ```haskell elWithChildren :: MonadWidget t m => Event t [Text] -> m () elWithChildren ev = do mountState constDyn Mounting) $...
and it's kinda #110. #110 comes up because of two cases (both overcome by #152): * the widget has other components which are `notReady`. when this happens, the DOM builder...
it was pretty surprising to me that the implementation of `Add` wrapped, as usually I have to reach for `wrapping_add` or similar to get that effect rather than panics, but...
closing as this is old and I don't want it to clutter my PR list
heya just wanted to mention that I haven't missed or ignored this, but I'm assuming there's nothing to be done on account of the WIP tag. let me know if...
ah good point. probably each module should grow its own README with some more explanation. in the interim though, you do this via `aeson-better-errors`, so following the README example it'd...