Feraidoon Mehri

Results 330 issues of Feraidoon Mehri

I want `org-back-to-heading` to only be called if `avy-jump` has succeeded. ``` (defun night/avy-goto-org-header () (interactive) (when (avy-jump "^\*+ ") (org-back-to-heading))) ```

I am wondering if adding support for benchmarking arbitrary process calls is possible for this project. Something like https://github.com/sharkdp/hyperfine/ , though perhaps with fewer shellisms.

Here is my plot: ``` display(plot(x=a, Geom.histogram(density=true, position=:dodge), Scale.x_discrete, Theme( # bar_highlight=RGB(0,0.5,1), bar_spacing=3mm))) ``` ![image](https://user-images.githubusercontent.com/36224762/79687163-8fd52700-825a-11ea-908b-c8f44861355e.png) I want to color the bars randomly, without affecting the plot otherwise. Sth like `colorsame`...

Is there a way to zoom in the normal JS-less SVG files as we can do with SVGJS? I mean, is the interactive zooming feature of SVGJS something specifically implemented...

`sly-eval-print-last-expression` causes `primitive-undo: Changes to be undone by function different from announced`. This doesn't happen every single time, but perhaps around 50%? BTW, is there any way to undo anyway...

I want to display the docstring for symbols in `company-counsel` using `ivy-rich`. I don't know how I can get the docstring given a symbol though. Here is my function: ```...

E.g., ``` echo "1 normal choice 1.2 another somewhat normal choice 3 important choice 100 super critical choice" | fzy --read-weights='^(\d+(\.\d*)?)\s' ``` would multiply whatever score these candidates got by...

This might address #98, too. (The behavior can be optional, activated via a `--eager-output`.)

- Platform: Linux server 4.15.0-47-generic #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019 x86_64 GNU/Linux - Node Version v10.9.0 - [email protected] `mercury-parser https://www.greaterwrong.com/posts/SqF8cHjJv43mvJJzx/feeling-rational` outputs: ``` { "title": "Feeling Rational -...

I have been getting this error whenever I `cd`: ``` cd /home/eva/.asdf/installs/lua/5.3.5/bin/lua: ...SH--SLASH-github.com-SLASH-skywind3000-SLASH-z.lua/z.lua:1054: att empt to perform arithmetic on a nil value stack traceback: ...SH--SLASH-github.com-SLASH-skywind3000-SLASH-z.lua/z.lua:1054: in function 'data_load' ...SH--SLASH-github.com-SLASH-skywind3000-SLASH-z.lua/z.lua:1325: in...