Brian Cannard

Results 15 comments of Brian Cannard

See https://github.com/babel/babel/issues/3083 for details.

Mithril version `next` (0.2.1) supports Babelify with components. Actually, right now you could do 2 things: 1) add `/** @jsx m */` pragma as the first line of a JSX...

https://github.com/insin/msx/issues/13 https://github.com/lhorie/mithril.js/pull/772

I badly need `goBack` with great library! On Monday, August 22, 2016, Johannes Lumpe [email protected] wrote: > How to use replace is described here > https://github.com/johanneslumpe/redux-history-transitions#can-i-perform-replace-transitions-instead-of-push. > Besides push and...

And sum memory and CPU usage for collapsed subprocesses. A heavy-weight app called Glances can do that: https://nicolargo.github.io/glances/ `curl -L https://bit.ly/glances | /bin/bash`

A big (>100MB) WebAssembly module throws "Out of memory" error in Safari after several subsequent page reloads. Calling the `console.takeHeapSnapshot()` function in the `unload` event handler helps because it triggers...

+1 For Visual Studio Code too ;-)

> "I still didn't figure out how to enable sourcemaps using this approach." > > "added support to pipe plain css files over csjs loader" That's sounds so amazingly great...

I've found this in 2015 Gitter messages: [attachTo](https://github.com/paldepind/snabbdom/blob/master/helpers/attachto.js) is a function that makes it possible to declare that a vnode should be attached to something else than it's parent. It...