Patrick Toche

Results 19 issues of Patrick Toche

> CodeTracking [...] provides an interface for obtaining: > > the strings and expressions of method definitions > How does `CodeTracking` do the above? using CodeTracking, Revise f = x...

I used to have qlstephen on my previous (unclean) install of Catalina. Now that I've clean installed it, I'm not sure if it's working at all. For instance, I can't...

I've been a fan of ``gganimate``. Great package! I am updating several animations I had made with the earlier API... I cannot seem to even get started. I have seen...

Documentation

Awesome package! Just went through the examples in the readme. It's possible to save the plots as PDF with the following: #extrafont::font_import() # run once after new fonts are installed...

The current default is Desktop, which is crazy because hundreds of files get deposited on the desktop every day. Inconvenient and not easy to clear desktop if needed. No way...

An example of how to set a theme would be greatly appreciated. Something like this or better: using AlgebraOfGraphics, CairoMakie using Colors # for the palette set_aog_theme!() update_theme!( Theme( palette...

I'm a newbie. Love the ``format()`` function and related. I haven't fully explored, but I think one point could be emphasized in the __documentation: it is possible to use the...

As explained [here](https://discuss.atom.io/t/2-atom-core-deprecations/82311)

bug

It can be convenient to define shortcuts for parameter values that are reused throughout a document. This works `domain=0:2*\B`, but this doesn't: `restrict y to domain=0:2*\B`. It's a limitation that...

just noticed this in `mdpExamples.py` ``` states = [(x,y) for x in range(y_dim) for y in range(y_dim)] ``` where the first `y_dim` should be `x_dim`.