Oscar Gustafsson

Results 474 comments of Oscar Gustafsson

Good question. It indeed looked like that in the release notes, but I cannot say I see any difference here. Didn't check the HTML either. OK! I'll update the Wiki...

It seems like `-` gives a paragraph environment `...`, except for the first bullet (or if it is after a `*`. Check out e.g. the printing section in https://github.com/sympy/sympy/wiki/Release-Notes-for-1.5 ```...

I just stumbled upon this and I realize that I would also use this feature every now and then. Typically, if I want to debug something (using the debugger, so...

It may be that #141 will solve this if you pass the `ax` argument.

Thanks! Great! I'll try to add rust bindings to this font (to make it easier to use in rust) and then use them in https://surfer-project.org/

Ahh, seems like there are actively maintained bindings already: https://docs.rs/egui-remixicon/latest/egui_remixicon/ (just in case someone is interested).

@drammock one can for sure do that, but then it is either saving as a file or adding content of the dot-file to the rst. I've done that in https://da.gitlab-pages.liu.se/B-ASIC/examples/firstorderiirfilter.html#sphx-glr-examples-firstorderiirfilter-py...

One convenient way to deal with 1 is to use Sphinx-Gallery https://sphinx-gallery.github.io/stable/index.html If you think it is a good idea @Phlya , I can probably provide a PR "soon".

That may happen eventually. :-) Just thought it was better to put it here as a reminder.

OK, so I updated the example and it works. I was also thinking about adding this example to the source repository so that it can be used for testing. However,...