rkpatel33

Results 24 issues of rkpatel33

Have you considered posting this to the electron awesome list? I would be happy to do it. https://github.com/sindresorhus/awesome-electron

The SCI fails to lint and display error in dofiles, for example, my `.slate.js` file. Seems like it would be a small fix if this was unintended. If I'm mistaken...

**Describe the bug** - My logs by default render gray instead of white, not sure why. I use zsh with the `robbyrussell` theme if that make any difference - When...

bug

I was wondering why the workflow would not be matching on the middle of one of my project names. I looked at the code and tried the search library standalone,...

My doc strings have for some reason stopped highlighting in green. Any suggestions on tracking down the issue here? ![image](https://cloud.githubusercontent.com/assets/3799489/19663057/4186a8aa-9a08-11e6-8e54-3d47489b84ed.png)

We do not use access keys for AWS CLI or console access, is there a way to use the AWS SSO token for authentication? Thanks in advance. This looks cool.

I'm having a little trouble getting gulp-livereload to work with gulp and django-gulp in of a Docker container. I can get my gulp tasks working with django-gulp and can see...

Thanks for this library and the posting `Dissection of Flux architecture or how to write your own`, it was very helpful. I am considering using Fluxiny for a project that...

I hope I did not missing something elsewhere, but how do I install this repo on my mac for use with Alfred?

I would like to use this library in some python code using the python `subprocess` library like so: ``` p = subprocess.Popen(['pdf2json'], stdin=pythonfile, stdout=subprocess.PIPE) ``` The reason I want to...