Robert DeRose

Results 16 comments of Robert DeRose

I tried setting my shell to /bin/zsh and it didn't invoke it, I also attempted to modify the code to pass nothing in for the shell, and just allow `wsl.exe`...

This is definitely still an issue, but it's not with APScheduler, but with the way most Flask apps use a Global `app` instance and that the docs for Flask-APScheduler shows...

@agronholm I believe you can close this issue as it's more of a documentation issue with Flask-APScheduler than anything else.

First you need a key and cert, you can make one with something like this: ``` openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out certificate.pem ``` Then...

I'll have to include it in the readme

Hello @MattSturgeon Thanks for the PR, I will test this out as soon as I can, and if it works as expected, I'll give it a merge. Thanks!

So the idea is that APIs like Twitter support streaming endpoints. My thought was you can use RAML to denote that an endpoint allows access through Websockets and you should...

[Swagger Object / Fixed Fields / schemes](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#fixed-fields)

The main reason for this request is the concept of streaming APIs such as [Twitter's](https://dev.twitter.com/streaming/overview)

@jszakmeister I know this isn't the place for this, but I've been seeing you state we should be using nose2 in a lot of issues, but I can't seem to...