Aaron Sikes

Results 13 issues of Aaron Sikes

Node 8 introduced [`util.promisify`](https://nodejs.org/api/util.html#util_util_promisify_original) to the standard library, which handles the simple use case of this library. It also allows functions to opt-in to specifying how they are promisified, which...

## Prerequisites * [x] I searched to see if the issue already exists. * [x] Are you an Up Pro subscriber? ## Description Amazon added support for multiple instances of...

They're mentioned off-hand a few times in the README, but it isn't clear what they mean. It seems like the best place to glean an understanding is [MOBILEDOC.md](https://github.com/bustlelabs/mobiledoc-kit/blob/master/MOBILEDOC.md), but "A...

help wanted
documentation

This seems like it would probably be a pretty big feature to add, but have you thought through web socket support? I'm kinda fuzzy on how I would even want...

I'm not 100% on this, but I'm noticing un-rendered white flashes when scrolling upward, and increasing `rowPadding` doesn't seem to help. It does seem to help with white flashes when...

Are you planning to make this compatible with Sublime 3?

I'd really like to just see what it looks like before installing

This is correct for the master documentation, but out of date in the 0.11 docs. https://ziglang.org/documentation/0.11.0/#Compiling-C-Source-Code vs https://ziglang.org/documentation/master/#Compiling-C-Source-Code ```zig lib.addCSourceFile("src/lib.c", &[_][]const u8{ "-Wall", "-Wextra", "-Werror", }); ``` vs ```zig lib.addCSourceFile(.{...

Right now `hash()` takes string arguments, and returns a hash of attribute keys -> attribute values. It's sometimes useful to use different keys than the attribute key of the object....

I haven't used ember-concurrency in a few months, and I wanted to remember how the `{{perform}}` helper worked. There's no clear place to look for details on it. I recommend...

good first issue
docs