Barney Carroll
Barney Carroll
HEY! :D As you may know, I dislike parentheses. Therefore this displeases me: ```js css.$nest(', *', ` display: flex; flex: 1 0 0; align-items: stretch; `) ``` But what about......
There's something I really dislike about assigning BSS as style and class (and `.toString()` TBH) at the trailing end of a multi-line, multi-block chain. Having that stuff visible ahead of...
…the same way BSS currently does for class names. That way we can avoid accidental cascades!
I'd like to be able to run an application across several windows. At this point, the don't make me think magic style injections become a limitation. I realise addressing this...
Flems doesn't seem to be able to parse the `export ${map} from ${specifier}` format. So this throws: ```js export {default as sequencer} from './sequencer.js' export {extensions} from './integrations.js' ``` And...
Perhaps because the name made me think of `tape-run`, a tool for running tape tests in a browser process, I lazily guessed this might have something to do with bringing...
No mousewheel scroll on Chrome, IE, FF — arrow key scroll only in FF. Tested on github demo page.
Following on from the discussion [starting here](https://mithril.zulipchat.com/#narrow/stream/326810-help/topic/testing.20with.20ospec/near/288685416) in the chat. Mithril's internal ospec is deprecated and `console.warn`s to this effect on execution, recommending the canonical npm install of `ospec`. However,...
[As discussed here](https://mithril.zulipchat.com/#narrow/stream/326810-help/topic/testing.20with.20ospec/near/288685416), following the canonical instructions for testing with Mithril's internal ospec doesn't retrieve any tests and gives a misleading success response (0 assertions passed! 🎉). As a priority...