Stef Dunlap

Results 39 comments of Stef Dunlap

It looks like everything is setup properly. Is your code open source somewhere to look at?

I ran into the same issue when I tried to use nix-darwin with flakes. The README.md example was using an old version of nixpkgs-darwin. Changing it to use the latest...

I see, thank you! I'd be happy to make a PR to update the docs. Does it make sense to either error out or show a warning when `--die-with-parent` is...

Using Connect, I used ``` app.use(swaggerConnect.runner.swaggerTools.swaggerUi()); ``` with success. Is there documentation for this? Should we consider adding this to the README.md?

> 0.03 fps? what is this, a game for ~~ants~~ ents? FTFY

I am also seeing this. Here is the output: ``` $ playmusiccl Logging in to Google Play Music... Traceback (most recent call last): File "/usr/local/bin/playmusiccl", line 9, in load_entry_point('playmusiccl==0.6.1', 'console_scripts',...

I fixed it by installing the latest version using: ``` bash git clone https://github.com/DanNixon/PlayMusicCL.git cd PlayMusicCL sudo python setup.py install ``` It looks like the issue may have been fixed...

I also tried this PR and encountered the same issue (albeit maybe less frequently.)

Heya, I was testing this out locally, and while it's working for the most part. There are times that it doesn't seems to detect that the response has ended. I.e....