bertulli

Results 13 issues of bertulli

Hi, I apologize if this was already asked. I use ace-window with `aw-dispatch-always` set to nil, as I really like the use of `M-o` as a switch windows when I...

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...

bug

Hi! I've tried to search for help on [the Emacs SE](https://emacs.stackexchange.com/questions/72369/bug-hunter-finds-error-but-it-shouldnt-false-positive) but with no fortune. Here's the problem: When I launch Bug-hunter (`M-x bug-hunter-init-file`), I am asked which type of...

Hi all, I noticed that, according to ORB's README, the integration of ORB with Citar should happen out of the box. This is no longer the case: as I discovered...

Hi! I think the snippet `moderncv-cventry` is wrong. As you see: ``` # -*- mode: snippet -*- # name: moderncv-cventry # key: cventry # -- \cventry{${1:year}}{${2:job}}{${3:employer}}{${4:city}}{${5:description}} $0 ``` It expands...

Hi! First, thanks for your work. I tried to compile a sysimage and I ran into a trivial error: ```julia julia> create_sysimage(["Plots", "FFTW"]; sysimage_path="~/Julia/test.so") ✔ [05m:22s] PackageCompiler: compiling incremental system...

Hi all! First of all, thank you for your amazing work. I noticed that when invoking `lsp-ui-imenu`, point can be moved using the usual `next-line`/`previous-line`. However, **this won't work if...

Hi all! First, thanks for your work. I have a large DataFrame, which I have already combined, enriched, grouped eccetera. Right now, it presents like this: ``` julia> df_grouped =...

Hi all! I found this error: ```julia @df df_pair_temp zip(cols(instruction_pair_first_sym), cols(:first_encoding)) |> collect .|> x -> x ``` raises ```julia julia> @df df_pair_temp zip(cols(instruction_pair_first_sym), cols(:first_encoding)) |> collect .|> x ->...

Hi all, I'm trying to test and integrate a PicoScan150 LiDAR into my application. To see if the driver is receiving data correctly, I'd like to visualize in Rviz the...