Joe Pea
Joe Pea
I'm still curious about this auto layout stuff, it seems really cool. (I wonder why it hasn't been adopted so much though?). Do you have any production examples online somewhere...
I've been working on #2. I haven't changed any of your logic, the only difference is that I'm applying the view dimensions to my own nodes instead of famous nodes....
Hello. I recently completed most of the "mixed mode" feature for [infamous](https://github.com/trusktr/infamous/) (there's some small things left to do). Here's a demo of the HTML API: https://codepen.io/trusktr/pen/rpegZR There's also a...
I'm trying to do this in Webpack: ```js use: { loader: 'vue-loader', options: { compiler: require('vue-template-babel-compiler'), compilerOptions: { babelOptions: { plugins: [['babel-plugin-istanbul', { extension: ['.js', '.vue'], excludeNodeModules: false }]] }...
dgeni-alive is a documentation generator and there are no... docs? Why not use dgeni-alive to generate some? The example ``` js var docgen = require('../scr/docgen')(); // src is spelled wrong....
See screenshots:  (shows setting enabled)  (shows the tab has an "unpin" option because it...
Slightly unrelated, but can we install git, node, or other tools in busybox?
Make it highlight the indentation guide when the cursor is on a bracket, so that the guide can easily be followed visually to the next bracket, similar to how Notepad++...
I have a spherical area, and I'd like for particles to naturally distribute themselves somewhat evenly inside the area. Could I possibly use Matter's gravity along with this to somehow...
Hello, https://github.com/atom/atom/issues/8669 is solved I believe. Would be awesome if you can get this working again! Would love to try this out!