Sarah Bird

Results 30 issues of Sarah Bird

If sizing_mode is `scale_width` or `stretch_both` the following layout doesn't initialize correctly. ``` python l = layout([ [buttons, groups], [markups, inputs], ], sizing_mode=sizing_mode) ``` If you add a plot it's...

type: bug
tag: layout

Steps to reproduce. On windows 7 (not an issue on win8 and win10) With anaconda-project v0.8.0 ```sh mkdir test_project cd test_project anaconda-project init # success anaconda-project add-command --type notebook default...

when a download can not be found, I found the error message confusing.

the coffee cup ndjson with key id 6723059434127360 has a symbol on it that may be the peaceful Swastika or could be the Nazi Hakenkreuz ![Screenshot from 2022-01-15 22-06-12](https://user-images.githubusercontent.com/1796208/149646905-322aa9ad-7d44-411c-900f-185c52f8f69d.png)

I've been working through the various data options trying to compile a list of domains that classify as fingerprinting. I'm getting mixed results and wondering if you can clarify, what...

https://github.com/cliqz-oss/whotracks.me/blob/master/contrib/generating_adblocker_filters.py has the following import which is no longer available: `from whotracksme.data import load_apps`

I appreciate that chartify defaults to outputting images as this makes sharing notebooks and results easier. I have put up a proposal to have bokeh support this workflow better here:...

**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > > type: bug type: feature I'd like to be able to...

With 0.30.3 trying to run: $ pweave -f pandoc2latex file.pmw Get the following error: ``` --parse-raw/-R has been removed. Use +raw_html or +raw_tex extension. ``` and my tex file doesn't...