bertulli
bertulli
Ok I may have found the problem. It was completely on my side: while progressively tweaking my init file, some code ended up **before** the call to `(package-initialize)`. I'm no...
> With the nature of using built-ins as much as possible I would prefer a transient: > > ```emacs-lisp > (transient-define-prefix dape-transient () > "Transient for dape." > [["Stepping" >...
Please, forgive me if I missed something, but shouldn't the code of `dapui-loaded-sources` the one being fixed? For what I see, `treemacs` changed the interface to the `treemacs-initialize` function: can't...
Thanks! Just a minor suggestion: it appears `treemacs-initialize` should be called with as argument the same `:key` given to `treemacs-define-variadic-entry-node-type`. Running a very noob-ish `find-grep-dired` in my `~/.emacs.d/` shows that...
Got it, thank you! 🙏
May [this answer from Emacs SE](https://emacs.stackexchange.com/a/74842/29817) be a solution?
Indeed it works using `Measurements.value`. However I wonder: since using `boxplot` this is not the behavior one usually would want, would it make sense to override `Plots.boxplot`? (Correct me if...
Thank you for your quick answer, now it works! If you like, I can do a quick PR to add these info in the docs
I just ran into the same problem, while following the same example codebase, if you are using the [cpp_pubsub](https://docs.ros.org/en/humble/Tutorials/Beginner-Client-Libraries/Writing-A-Simple-Cpp-Publisher-And-Subscriber.html) example from the documentation (I'm on ROS2 Humble, with WSL Ubuntu-22.04)....
Important update: I noticed that the problem arises when trying to compile my `azure-helpers.cpp` as a separate object file. If I instead do ```cmake # snippet set(main_files main.cpp azure-helpers.cpp #