ngharrison
ngharrison
The scrollToTop command with a number before it moves that many steps down from the top of the webpage. It would be even better if this jumped a percentage down...
I often use `jupyter-inspect-at-point` to get help for methods and types I'm using in Julia. This fails when I try to do the same for macros (e.g. `@time`). If the...
This PR is meant to make literate configs more convenient: - Tangling at a more relevant time -- when closing emacs rather than on every save - Variable for more...
This implementation reflects what was done for syncing with Dropbox. The code is there, but it's not working yet because the mDriveService becomes null before it is used to access...
When I create multiple cursors, it is most often to perform some commands on a section of text that is common in multiple places. When evil-mc makes its cursors, it...
I broke this section out into a customizable variable, so not every movement off the screen causes a vertical re-centering. I prefer that behavior only on certain commands which I...
Under the "Multivariate Gaussian distributions" section it is correctly stated that, > The diagonal of Σ consists of the variance σ_i^2 of the i-th random variable. But under the "Kernels"...
**Describe the bug** In my org-roam-directory I have a symlink to another directory, e.g. called "literature". This tag ("literature") shows up in the "Directory filters" options (I can click it),...
Just a feature suggestion. The ability to run blocks of code delimited by `%%` would be very useful. Thanks for the great extension!