Darren Schroeder

Results 2074 comments of Darren Schroeder

Have you tried this? https://github.com/aristocratos/btop/issues/81 https://forum.artixlinux.org/index.php/topic,8060.0.html https://github.com/aristocratos/btop/issues/310

I can't help fix your system but this comment seemed interesting and worth a try. https://github.com/aristocratos/btop/issues/81#issuecomment-1879750001

It doesn't like this row. Not sure why exactly. ```json { "id": 134, "created_at": "2024-05-13 00:26:33.530673601+00:00", "updated_at": "2024-05-13 00:26:33.530673601+00:00", "deleted_at": null, "about": "口寂しい🚬\nALT, trust me I'm actually happy in all...

One more thing, if your terminal is only wide enough to show 4 columns, the data is rendered fine. However, with my default terminal showing 14 of these columns, it...

interesting that `table --width=1000000000` allows it. I'm guessing it is the wrapping algorithm then.

PRs run through the CI and only land if they're green, as you already know. Perhaps using the toolkit in the CI would help ensure it doesn't get broken. I...

When you say `lsp` do you mean `nu --lsp` or the `nu --ide-check` lsp commands?

Right. There are probably some changes that need to happen to enable this and also allow NU_LIB_DIRS to be used, although I'm not positive NU_LIB_DIRS isn't being used.

@suimong First of all, the OP wasn't talking about `ide::check`, I believe they were talking about `nu --lsp`, which is different. Second, the paths provided with `-I` have to be...