Max Pger

Results 10 issues of Max Pger

Brief description of the problem Trying to load a huge .dta file with `read_dta`, it was inflating like crazy when imported into R (around 6GB on disk, > 16GB of...

feature

I often have to export dataframe in .dta format, which I do using `haven::write_dta`. The problem is that the Stata users with whom I share these files often have to...

feature

(pdf-tools: Melpa, 20220619.2227; Emacs: 28.1) When I try to switch buffer (using ```M-x ivy-switch-buffer```) from an active pdf-tools buffer, the popup with the completion framework takes ages to open (same...

performance

When using e.g. `find-file`, the appropriate icon is displayed: ![find-file_r_icon](https://user-images.githubusercontent.com/61969138/187908067-a485ee94-e409-4ff3-8bfc-a10747af0789.png) This is however not the case with `consult-buffer`: ![consult-buffer_no_r_icon](https://user-images.githubusercontent.com/61969138/187908318-4675a88d-909f-455a-a092-ef9f7d1889a1.png) My guess is that it is due to the fact that...

I am currently testing nano-emacs (cloning repo + `emacs -q -l nano.el` approach), thx for this gem! Anyway, calling the mini-buffer modifies the dimensions of the Emacs window/frame. With my...

Hello, First, thanks for the good work; this add-on works better than the auvio web interface. Similar issue as one previously described: auvio logo appearing instead of a static preview....

Notably because of some performance issues I encountered with ivy, I am currently trying to replace ivy+counsel with vertico+consult. In my init file I currently have ```(setq org-ref-insert-cite-function 'org-ref-cite-insert-ivy)```, which...

Calling `ess-view-data-print` on a simple dataframe yields the following: ![error_when_calling_ess-view-data-print_no_colnames_annotate](https://user-images.githubusercontent.com/61969138/218414947-74775b85-b961-4419-807f-9c4a95008225.png) So I get an error message and no header but the content of the dataframe is actually printed. However, visiting...

Following https://github.com/minad/marginalia/commit/f2ac221aba25a8eeb5d0d607b8cca2d01998689f, compatibility with Marginalia was broken. Advising `(compat-function completion-metadata-get)` restores it. Fixes #32.

Hi, After having upgraded `marginalia` to its latest Melpa version (20240708.2158), icons disappeared from minibuffer completion. I've filled an issue on `marginalia`'s issue tracker (https://github.com/minad/marginalia/issues/175) , and @minad suggested that...