Christophe Naud-Dulude
Christophe Naud-Dulude
Try installing ruby via brew first: `brew install ruby` and then install the gem.
This might help as well: ``` > [email protected] install /Users/chris/Documents/Development/Busbud/napi/node_modules/libpq > node-gyp rebuild gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR gyp...
Here's mine @brianc: ``` BINDIR = /usr/local/Cellar/postgresql/9.4.1/bin DOCDIR = /usr/local/Cellar/postgresql/9.4.1/share/doc/postgresql HTMLDIR = /usr/local/Cellar/postgresql/9.4.1/share/doc/postgresql INCLUDEDIR = /usr/local/Cellar/postgresql/9.4.1/include PKGINCLUDEDIR = /usr/local/Cellar/postgresql/9.4.1/include INCLUDEDIR-SERVER = /usr/local/Cellar/postgresql/9.4.1/include/server LIBDIR = /usr/local/Cellar/postgresql/9.4.1/lib PKGLIBDIR = /usr/local/Cellar/postgresql/9.4.1/lib LOCALEDIR =...
Yes I have. I can give it another shot today with Node latest.
I just tried with a single image and it worked. Did you try to upload multiple images consecutively?
Is there an ETA for this feature?
For sure. Currently on vacation but if you have time to do a little write-up on how this feature should be implemented I might find the time to do it....
What about when there's no inverse method like for `include?` This issue was opened because there's no good alternative to: `foo unless set.include?(bar)`. `InvertibleUnlessCondition` marks this as a violation and...
Do you suggest simply change the first parameter from 'subreddit' to 'subreddit_id' and 'r' to 'sr'? This might break previous usage but making 'sr' an optional parameter is most like...
Agreed. I'll see if I can implement this.