Vasiliy Yorkin

Results 59 comments of Vasiliy Yorkin

``` alwaystoend autocd autopushd nobeep nobgnice nocaseglob cdablevars chaselinks noclobber completealiases completeinword correct extendedglob globcomplete globdots nohistbeep histexpiredupsfirst histfcntllock histignorealldups histignoredups histreduceblanks histverify nohup incappendhistory interactive nolistbeep monitor nonomatch pushdignoredups...

I'm using geometry from this rev: `d78d0daab3e16d19043fd225fe30bf38de3b33ad` (v2.2.0) Yeah, I'll double-check everything and get back

Same problem, `projectile-invalidate-cache` doesn't help, restarting emacs doesn't help too, the file disappears when I stage it with git (I mean using `git add`). That's definitely related to git, just...

@hdgarrood Can I help with implementing this? Looks like a simple issue for me to start contributing

Smth like this could work: https://github.com/garyb/purescript-debug/blob/master/src/Debug/Trace.js#L4 (the basic idea) You're already checking if `require` is `undefined`, so maybe instead of throwing an error we can just return an empty array...

Hi, could you please try updating foundry to the latest version? This should be fixed already

@cynamonium I think you can define it like this (taken from `createFetchProcess.spec.js`): ``` const combineDelegators = (...delegators) => (actions, store) => Observable.merge(...(delegators.map((delegator) => delegator(actions, store)))); ``` not sure if you...

Which version of `ormolu` are you using? Does updating `ormolu` help? (Related to #15)

guys, please use gists to post your logs