Coleman Gariety

Results 43 issues of Coleman Gariety

`calculatePointerPosition` does not take into account the zoom level. So previews are offset on iPhone, if the user is zoomed in. The function should detect the zoom level and adjust...

bug
question

`printw` segfaults if you try to print a string with `%s` in it. Not sure if this is expected or not: printw("%s") `addstr` does not.

Phatom itself doesn't seem to leak memory for me, however, when I close the screenshot `stream`, it seems like about ~40mb of data get left behind resulting in a serious...

I'd like to test: 1. basic restart 2. absence double-restarting 3. wait for compilation before reload (synchronous build tasks) 4. listen for events 5. emit events

Similar to #190. When using the traditional forward/back buttons, the scroll position is preserved. If you scroll down, click a link, and then go back, you won't end up back...

I'm running an app that (for the foreseeable future) will not be scaled beyond a single running instance. I'd like to keep the job queue in-memory without having to make...

I'm trying to take screenshots via puppeteer, but I get intermittent `Error: Page crashed!` errors. It crashes more frequently when there are more images on the page, so I'm assuming...

I'm trying to get gulp to build/transform my code with browserify/envify, and then test the transformed code with jasmine. The browserify works: ``` gulp.src('./test/*') .pipe(browserify({ transform: ['reactify', 'envify'] })) .pipe(...

enhancement
help wanted

You can put your cursor on a guide and insert text before the guide, and the guide will lose its style. It doesn't appear to save along with the buffer,...

bug