Huafu Gandon
Huafu Gandon
Allows to define the notification expiry on linux (when using `notify-send`). By default it's set to `0` so the behavior isn't changed. As added in readme, here is an example:...
This PR does the following: - uses [Jest](https://jestjs.io/) for tests instead of Vows - drop support to node < 6 (Jest requires node >= 6) - fixes #7 - allow...
`activatePullToRefresh` method now supports an optional first parameter boolean being, if set, the flag to activate **horizontal** pull to refresh from the left instead of vertical from the top (as...
Will it be possible to make arrow functions (`() => { ... }`) to keep the `this` context, as it is in javascript? ```js function methodA() { for (let item...
I've wrote a Typescript transformer for `ucode` as well as typings so that one can write `ucode` code with strict typings. I've also wrote a test library with spies and...
It would be nice to have a crypto lib with functions such as `md5(string)`, `md5_file(path)`, `sha256(string)`, `sha256_file(path)`, ...
Cannot explain better than an example: ``` coffee class Person postsDisplay: ~> @user.method @name ``` will give you: ``` javascript Person = Ember.Object.extend({ postsDisplay: Ember.computed(function () { return get$(this, 'user').method(get$(this,...
First of all, thanks for this nice tool. It works very nicely, expect that if you open a terminal directly in a directory where there is a `.nvmrc` for example,...
- [x] use the transparent pixel for released `img` nodes - [ ] write unit test to cover this case
As you could all see, I have no time to work on this anymore... If some of you still use it and anyone is interested in becoming a collaborator, please...