Guilherme Zagatti

Results 40 comments of Guilherme Zagatti

I'm having the same problem. Fill will only work in case it is not a vector.

@baogorek, I haven't been using R as frequently anymore which means I have not faced this issue as recurrently as before. I never found a workaround, so I continued using...

I am having a similar problem. I find that the lack of support for strings of the type ```jl md""" Hello world! """ ``` Makes it very hard to read...

I would like to also vote for an implementation of this feature that conceals long lines of text. This is very important for long form writing setup. There is no...

I have also added file support to org files.

That's fine. I will just keep my fork for now as I use the resize utility on a daily basis. If you prefer, I could do a PR only for...

The `get_clip_command` at least in my computer (Ubuntu) will run the following: ```sh > xclip -selection clipboard -t TARGETS -o TIMESTAMP TARGETS MULTIPLE SAVE_TARGETS text/html text/_moz_htmlinfo text/_moz_htmlcontext image/png image/jpeg image/bmp...

I could remove the resize option if not relevant. I think I can easily add to my own configuration via the `img_handler`.

I removed the size handler. For future reference, those who may wish to include a size handler in their configuration: ```lua require'clipboard-image'.setup { default = { img_handler = function(img) os.execute(string.format(...

Thanks for the thorough answer. It now makes much more sense what you trying to do with Standard Ranged Tags. Macros are great for a markup language and if you...