FMF

Results 43 issues of FMF

I think sometimes there is the possibility that there is a huge testing system and that waiting to all test to finish are not that desirable. So it's easier to...

Hello! I managed to load the Lem (https://github.com/lem-project/lem/pull/686) to ABCL correctly (more or less), and I managed to then run it inside abclj: ``` (quickload :swank) (quickload :lem-ncurses) (cl-evaluate "(lem::lem)")...

For now, seems like that still [php-language-server](https://github.com/felixfbecker/php-language-server) it is not maintained, a couple of moths ago I open this [pull request](https://github.com/emacs-lsp/lsp-mode/pull/1738) to add Serenata(another php lsp server) to lsp-mode, so...

enhancement
help wanted

Support the actions for desactive, and activate rules like the [vscode](https://github.com/SonarSource/sonarlint-vscode) implementation does.

enhancement
help wanted

Add [all-the-icons ](https://github.com/domtronn/all-the-icons.el)optional support for the the help buffer, the code action gives you some information about the severity of the error, some icons can be added to reflect that....

enhancement
good first issue

Clone the [vscode plugin](https://github.com/SonarSource/sonarlint-vscode) hability to connect to one or more sonarqube instances, this would add more extension support, so more languages can be supported.

enhancement
help wanted

Trying to compile cl-unicode with: Armed Bear Common Lisp 1.9.0 Java 11.0.19 Ubuntu OpenJDK 64-Bit Server VM It triggers: ``` Error loading /home/fermin/.cache/common-lisp/abcl-1.9.0-fasl43-linux-x64/home/fermin/quicklisp/dists/quicklisp/software/cl-unicode-20210228-git/hash-tables.abcl at line 11 (offset 1202352) #: Debugger...

Recently, I've been using r7rs-swank for a little Scheme in Guile and wanted to try Racket so added the documentation to Lem. So now there are two editors that can...

So, I'm trying to launch porthole alongside ELTR (I'm doing some experiments here https://codeberg.org/sasanidas/eltr), but it seems like ELTR is taking the main thread of GNU Emacs and the RPC...