Aram Kocharyan

Results 10 issues of Aram Kocharyan

Refactored softRemovable and cleaned up docs.

Is it possible to allow asynchronous hooks to delay the execution of the underlying operation? This could be achieved like so: ``` var done = this.async(); setTimeout(function() { done(); },...

question

Great library! I'm just not sure if it's possible to get the full name of the unit from looking at the docs and code. e.g. I want to turn "m"...

enhancement

When changing git repos and returning to Sublime, this plugin is causing the plugin engine to crash and needs a restart of Sublime. I'm not sure what's causing it but...

I've encountered an issue when using Java 1.8 (JDK 8). ``` import static org.fest.assertions.api.Assertions.assertThat; public class FestTest { public static T someMethod() { return (T) "123"; } public static void...

- Used collection hooks instead of observables to improve collection count performance. This was causing apps with millions of records to hang when viewing the dashboard. With hooks, the calculation...

Passes context into waitOn so you can use `this.params`. Returns handles from custom waitOn so they are waited on before loading the view.

If I use `dojo.declare` in place of `declare` when declaring modules, although my source works fine in the browser this docs parser sets my class to a "string" type in...

I get several issues with running `npm install`: ``` npm ERR! Error: ENOENT, lstat '/Users/Aram/Development/Work/Ewash/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-coffeelint/node_modules/coffeelint/node_modules/coffee-script/lib/coffee-script/nodes.js' npm ERR! If you need help, you may report this log at: npm ERR! npm...

Could support be added for version strings with various formats? The most common is `major.minor.increment`. We could provide an option for which to use, or a comparator function to determine...

enhancement