Spyke

Posts

Protesters clash with ICE agents outside New Jersey detention center

https://www.theguardian.com/us-news/2026/may/25/new-jersey-ice-immigration-protest

Protesters outside a New Jersey migrant detention center where a hunger strike is under way alleged that US immigration agents deployed pepper spray and batons against them during a demonstration on Monday.

...

Tensions mounted late on Sunday, however, when dozens of protesters heard that guards were preparing to move detainee Soto – who on Friday announced a hunger and work strike. The strike is demanding the immediate release of elderly and young detainees, as well as those with medical conditions, according to The City.

Protesters clash with ICE agents outside New Jersey detention centerhttps://www.theguardian.com/us-news/2026/may/25/new-jersey-ice-immigration-protestOpen linkView original on piefed.blahaj.zone
206

Issue with lsp

Hi, Wondering if anyone has had/solved this issue.

I've been fighting with nvim-lspconfig and ruby_lsp. I have a lazyvim setup and used mason to install ruby_lsp. The problem is that every time I open a ruby file the lsp client is loaded twice.

I tried modifying my mason.lua according to a video I found like so:

{
  "mason-org/mason-lspconfig.nvim",
  opts = {
    -- Settings to prevent duplicate clients in buffer
    ensure_installed = {},
    automatic_installation = false,
    automatic_setup = false,
    automatic_enable = false,
    handlers = nil,
  },
},

I tried disabling mason-lspconfig entirely and manually installing the ruby gem for the lsp, hoping that the lspconfig would use that. Rubocop (also installed via mason) stopped loading, but the duplicate clients remained. I'm still not sure if this is a problem with mason, nvim-lspconfig, the lsp itself, or lazyvim. My python and lua lsps have been fine. Right now I've given up and switched to using solargraph, but the issue haunts me and I shall not know peace until I manage to fix it.

View original on piefed.blahaj.zone
4

You reached the end