deb75

Results 50 issues of deb75

Hello, A few enhancements and minor bugs (if not errors from I) : - add a scroll bar to the browser side bar. Otherwise, it can take time to get...

enhancement

Hello, I noticed that citations, when not filtered, are linked to their node with a dashed line. Is it possible to open the pdf file associated with the citation by...

hacktoberfest

Hi, I would like to change the arrow image which appears when a `sub_menu` is defined within one item. It appears that `radical` uses `menu_submenu_icon` property of beautiful. Currently the...

Hello, I am trying to use `radical` as a replacement for `awful.menu`. It looks great on the screenshots, would it be possible to show us the code which is behind...

Hello, I successfully installed `tove` in one of my love2d project. Usually, I put all third party libraries into `myproject/lib/ext`. However, this does not work because it seems the path...

This issue is the following of #64 On windows 10, with latest `lsp-treemacs`, the command `lsp-treemacs-error-list` does return a tree, but unfolding items return nothing, whereas `lsp-ui-flycheck-list` does return correctly...

Hello, I am trying to get `detox` (1.4.2) working on windows 10 through the msys2/mingw64 (latest) tool chain. Currently, I run into the compiling error : ``` parse_table.c: In function...

bug

Hello, I set up the meghanada environment with emacs for a java project. However, meghanada complains that it does not find some packages. How do I tell meghanada the root...

Hello, I retrieved icon collections and set `svg-lib-icon-collections` like this : ```elisp (use-package svg-lib :config (setq svg-lib-icon-collections (list (list "simple" (concat (expand-file-name user-emacs-directory) "icons/simple/7.1.0/%s.svg")) (list "material" (concat (expand-file-name user-emacs-directory) "icons/simple/6.7.96/%s.svg"))...

Hello, Just a simple question, I noticed that there is already a support in `lsp-mode` for latex with `lsp-tex` which relies on either `texlab` or `digestif` servers. What are the...