Mel Massadian

Results 465 comments of Mel Massadian

I was looking into this! This is why: 1. The `GITHUB_TOKEN` has read-only access, so you can't push commits, add comments, or perform most other write actions. 2. Secrets aren't...

In my minidump I get: `portmaster_kext_v1_1_2!unknown_function`. As reported in this thread it happens under heavy load (when filling my vram) on a "beefy" machine. My first BSOD ever on this...

From my little experience with slint I see this as one of the biggest drawbacks. I pretty much just went the same path as @ChronosWS In my case using the...

Same here but I can't seem to be able to debug it on my side.

> not having all the proper arms that it needed This was it! ``` if ($x>2){} vs if ($x>2) {} ________________________^_ note the space here ```

> [!WARNING] > Hacky solution incomming Based on the idea of @fdncred : ## Add an env_change hook ```nushell hooks: { env_change: { RELOAD_NU: [{ condition: {|before, after| $after }...

> Keep in mind that this only covers the "second case" from this issue. Definitely and in a hacky way too, it was mainly to show some interesting use of...

This is the biggest annoyance while trying to integrate nu into neovim, IIRC there is a way to detect if ansi is supported in the context and automatically strip.

Damn 😅 ! This should probably be somewhere more discoverable

The goal is not to replace merge. The fact that `padawan`'s merge is in scope is the bug as per the imports it shouldn't > Can you please paste the...