Will Leinweber

Results 108 comments of Will Leinweber

@jmkoni do you know of a way that I can test turning it back on in a single project, to see what happens? Something in that yaml file maybe?

with a `.standard.yml` file of ```yml parallel: true ignore: - 'sorbet/**/*' - '**/*': - Lint/ConstantDefinitionInBlock # sorbet enums Lint/MissingSuper: Enabled: true ``` standardrb 0.11.0 doesn't report any problems, however I...

Oh I see it was supposed to be in `.rubocop.yml` not standard, and I was supposed to run rubocop directly and not standard. This still breaks for me in that...

Hm, maybe something like this? ```diff @@ -383,8 +383,8 @@ module.exports = grammar({ $.index_expression, $.property ); - return prec.right(seq( - commaSep1(field('lhs', target)), + return prec.right(2, seq( + prec.right(1, commaSep1(field('lhs', target))),...

@roberth Do you think this issue would cause my NixOS VM I built with a darwin host to have terminfo all screwed up? ``` will@nixos ~> uname -a Linux nixos...

Thanks for the information, that all makes sense!

@LukeChannings not any real, systematic solution. I use wezterm but normally dont set TERM to anything on my local machine. Then for my nixos vms, I have the `wezterm.terminfo` nixpkgs...

I copied how libpq does it: https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-HOST > host Name of host to connect to. If a host name looks like an absolute path name, it specifies Unix-domain communication rather...

The ghostty previews all appear to match the changes I made manually to my own rose pine themes locally. Seems great!

I haven't heard of anything with supabase myself, but we can leave this issue open in case others come along with more firsthand experience :)