Jonathan Owen

Results 7 issues of Jonathan Owen

These changes were made to better support dendrograms, particularly those created with `dendextend`. It adds support for - `fontface` in `geom_text` - a rough translation of `hjust` and `vjust` in...

### Description The build process doesn't copy over .so files when building a Python Lambda function. ### Steps to reproduce Install the `ptvsd` library: ``` pip install --upgrade -t ./package...

type/documentation
area/build
maintainer/need-followup

I'm trying to use a pip constraints file to pin the notebook dependency to v6.4.11, and I'm running into an error. The command is: pip install lckr-jupyterlab-variableinspector -c constraints.txt And...

In the `knitr` example below, the toolbar renders as large buttons instead of the slim bar that appears when rendered outside of knitr. `````` --- title: "Untitled" output: html_document ---...

Thanks for building this tool--it's been very helpful. It would be very useful if one could persist custom intent data after restarting or refreshing the web page. This would save...

Is it possible to dynamically build a page using a loop? I've tried the approach below in an 'asis' block, but it doesn't seem to work. ``` cat(title, ' {data-icon="fa-line-chart"}\n')...

I'm attempting to use the library with a Microsoft Bot Framework bot (`Botkit.botframeworkbot`) and running into an error with the references to `bot.identity.id`, which doesn't appear to be defined for...