Peter Parente

Results 46 issues of Peter Parente

During the security review of 0.6.0 for #196, I noted that blacklisting rather than whitelisting messages that can be sent from the dashboard server client to a kernel leaves the...

security

The cougars used to top-align. Now they don't. ![screen shot 2016-05-12 at 9 18 08 am](https://cloud.githubusercontent.com/assets/153745/15215842/87a8137c-1822-11e6-933c-2dc20a7c39bd.png) Reason: ![screen shot 2016-05-12 at 9 18 13 am](https://cloud.githubusercontent.com/assets/153745/15215850/90355e32-1822-11e6-9c2f-e9c70a12b227.png) Do we care?

dependency

The current implementation assumes a standalone kernel gateway or notebook server. This is equivalent to `tmpnb: false` mode in thebe. It also needs to support the `/api/spawn` mode of operation...

enhancement

Right now, we write notebooks / bundles to local disk when they are POSTed via the API. This means we can't scale the server horizontally nor can we operate in...

enhancement

After settling on how #123 is done, we should think about how to support authorization. Some thoughts: - We could start with simple access control at a whole-notebook/dashboard level. Can...

enhancement

Current implementation prevents arbitrary code from the browser to reach the kernel. However, the browser can instruct the proxy to resend one of the code cells from a notebook multiple...

enhancement

Please: - [x] Describe how to reproduce the bug. `tickMinStep=1` seems to be ignored in v5.8.0 of vega-lite when for domain values less than 5. Ticks appear with floating point...

Bug :bug:

### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...

enhancement
triaged

The kernel tester should probably check for idle/busy around all shell replies since it's part of the 5.0 spec. Ref: https://github.com/IRkernel/IRkernel/issues/311, https://github.com/jupyter/jupyter-js-services/issues/139

New feature added to KG in https://github.com/jupyter/kernel_gateway/pull/186. Need an example of it over here. Doesn't have to be complicated. Just something showing how the Swagger can be included in the...