home.social

#flycheck — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #flycheck, aggregated by home.social.

  1. An FYI to #Flycheck users out there.

    For a few days I've doing a massive cleanup on the issues, the docs and the codebase, and I've been aggressive closing tickets (with or without fixing them) and removing support for obsolete linters.

    As you can imagine - that's a preparation step for the next release, so adventurous folks are invited to play with the latest snapshots from MELPA.

    #Emacs

  2. flycheck-eglot 1.0 was recently tagged. (see github.com/flycheck/flycheck-e) The project has been in a stable state for a while now and the version 1.0 reflects this. I know most Eglot users are probably using Flymake these days, but in the land of Emacs it's good to have options. ;-)

    #Emacs #LSP #Flycheck

  3. Why is setting up #Rust with #flycheck on #emacs so complicated? I'm using the rustc, cargo, clippy and rust-analyzer packages from oxalica's rust-overlay repo.


    My Emacs config is over at
    gitlab.com/zstg/nixos-config/-/blob/main/hosts/Krypton/programs/rice/stigmacs/stigmacs.org.

    Any
    #rustaceans facing this predicament?

    flycheck-mode returns a 101.

  4. What's your favorite #emacs, #python, and #orgmode setup?

    Preferably with #LSP and #flycheck, but I can adapt.

    I'm going to be using #msfabric soonish, but my experience and opinion is that it's too slow to really work with for quick iterations and poking at things.

  5. I gave up on #emacs #lsp-mode. I am an emacs fan, still. But this got out of hand. It was already hard to get 3 non-gradle/maven projects in, configure key bindings and non-intrusive #flycheck reporting, code suggestions/refactorings as provided by eclipse. Then I tried a small gradle project and got weird error messages: "...is not on the classpath of project , only syntax errors are reported". For fun see the extra-weirdo fixes proposed on the net. 🤦‍♀️ For now I am out.😢 ❓

  6. There WAS an issue with #Emacs #flycheck applying #Rubocop to a #Ruby buffer with no backing file, but after 3.5 years my fix was merged 🎉

    github.com/flycheck/flycheck/p

    I encountered this problem for instance when editing an #orgmode src block with C-c ' (org-edit-special).

    I think this is the longest I've ever had a successful PR wait.

  7. A metaphor to work by. Me, once again trying (and struggling with) #latex to create a #pdf. My partner: "It's just like #lisp, with curly's instead of parentheses". Ahh. (now I remember I am working in an editor made with and for #lisp... let's slurp the eh curly braces. it works... #flycheck open helps keeping everything balanced). #emacs

  8. Today #flycheck (from #emacs) reminded me of a tool I keep forgetting about: python -m json.tool. If you don't have access to jq on a machine, it does a good job of validating and pretty-printing JSON files almost everywhere. #python #json