Lafith Mattara

Results 8 comments of Lafith Mattara
trafficstars

> ```python > patch0 = patch.write_to_memory() > patch1 = patch.rot90().write_to_memory() > patch2 = patch.rot180().write_to_memory() > patch3 = patch.rot270().write_to_memory() > > patch4 = patch_f.write_to_memory() > patch5 = patch_f.rot90().write_to_memory() > patch6 =...

Ok I tried this approach and this is when I am getting no output nor error. Do you have any idea where could be the problem? ```cpp #include #include int...

There was a small error in passing message to callback function.

Above fixed startup buffer choice and gif playing. Centering content still not working. I have to either run dashboard-open or dashboard-refresh-buffer. I removed rest of my init.el, it still not...

Following is the output from `*Messages*` buffer: ``` Loading /home/lfz/.config/emacs/recentf...done Cleaning up the recentf list...done (0 removed) [yas] Prepared just-in-time loading of snippets successfully. Center dashboard (159 . 118) For...

Following is the output after using the new message: ```Dashboard center: min-point: 1 max-point: 399 position: 399 min: (196 . 144) max: nil ``` When I am adding (display-buffer (current-buffer))...

Working correctly after building Emacs from source (version 30.1).