David Phillips

Results 4 issues of David Phillips

I was working on building the repo inside of [gitpod](https://gitpod.io/), and was running into issues with resolving the stdlib. The language server first checks for it through gradle & maven,...

dependency resolution

Responder currently has class based views in order to specify handlers for specific HTTP methods. For example: ```python @api.route('/') class ExampleResource: def on_get(self, req, res): res.text = 'get!' def on_post(sef,...

enhancement

Greetings! I've been using this in vscode for the past day or so and I love it! Great work! One thing that I've noticed, however, is that when I stage...