Results 30 comments of Danny Fritz

This isn't a feature I wish to include. However, I will leave it open for a while and see if it garners more interest. And if there is indeed more...

> > > If you have a look at the Moment Documentation, it is already included: > > https://momentjs.com/docs/#/displaying/format/ > > Week of Year | w | 1 2 ......

I have the same stacktrace, but don't have `synced-sidebar` installed. I can reproduce it with these steps (easier to do with a slower animation): 1. Hover over the tree with...

I started working on implementing this feature, but I can't figure out how to turn off click handler events on start of the plugin. https://github.com/dannyfritz/atom-autohide-tree-view/tree/pinned-by-default

@amivaleo or others. On Debian you run `sudo apt-get install fonts-noto-color-emoji`.

This is JavaScript, but is this the behavior you're kind of getting at? https://codepen.io/dannyfritz/pen/YYgXWJ?editors=1010 The blue squares and text move with world coordinates, but do not scale in size. Just...

https://github.com/rezoner/CanvasQuery/blob/master/canvasquery.js#L1979-1982 https://github.com/umdjs/umd/blob/master/commonjsStrictGlobal.js

My recommendation is to use [ES6 Modules](https://babeljs.io/docs/usage/modules/) with [Browserify](https://github.com/substack/node-browserify) and [Babelify](https://github.com/babel/babelify) with the `--standalone` option. This setup would allow AMD, CommonJS, and Window patterns of using the library to all...

I thought about it a little more, I'd probably skip over ES6 modules and Babel so that Node can pick up on it. Just seems to complicate it the more...

@rezoner I believe you are correct on both accounts. Edit: Actually, seems you are reading about ES6 Classes and not ES6 Modules.