Stefan van der Walt

Results 133 issues of Stefan van der Walt

``` bentomaker: Error: bentomaker crashed (uncaught exception : Add options(opt): opt.load('compiler_fc') (complete log in /home/stefan/src/numpy/build/config.log)). ``` The config.log shows gcc commands, but nothing suspicious. I am running python 3 and...

RFC-7986 allows for calendar proprties such as [a name](https://icalendar.org/New-Properties-for-iCalendar-RFC-7986/5-1-name-property.html). Would adding this be in scope for the project? I'm happy to make a PR.

feature request

Currently, the distance resolution is fixed. See `linspace` at https://github.com/scikit-image/scikit-image/blob/master/skimage/transform/_hough_transform.pyx#L306 Expose a parameter to the user that allows tuning the number of distances evaluated, or perhaps allow manually specifying distances...

:fast_forward: Enhancement

@jni Does this qualify for 0.14, since it seems to have been an oversight?

:scroll: API

``` import pydot n = pydot.Node('x', fillcolor='red:yellow') print(n) ``` Seen: ``` x [fillcolor=red:yellow]; ``` Expected: ``` x [fillcolor="red:yellow"]; ``` (`dot` won't compile without the value being quoted, complaining of `Error:...

bug
dot-language
quoting

Currently, there is no way to generate IPython-like prompts, even when IPython is used as the interpreter.

Hi, I'd like to check on the status of the cookbook, and what steps are needed to move it along.

``` $ notedown --match=python --precode='%matplotlib inline' lessons/0_images_are_arrays.md > book/lessons/0_images_are_arrays.ipynb Traceback (most recent call last): File "/home/stefan/envs/py3/bin/notedown", line 11, in sys.exit(app()) File "/home/stefan/envs/py3/lib/python3.5/site-packages/notedown/main.py", line 312, in app main(args, help=parser.format_help()) File "/home/stefan/envs/py3/lib/python3.5/site-packages/notedown/main.py",...

``` --match=language: only convert fenced code blocks with 'language' as the syntax specifier (or any member of the block attributes) ``` I was confused by the above. It appears in...

Often, one comes across email threads you'd like to ignore in perpetuity. Gmail has the "mute" functionality. I can think of at least two ways of doing this in mu4e:...

rfe