Ilan Cosman

Results 83 comments of Ilan Cosman

Oh yah, sorry, forgot to change my issue's title 😅 I think this is the same issue as https://github.com/mbadolato/iTerm2-Color-Schemes/issues/349. It has to do with color spaces.

> The question is, does the xfce version you're referencing resemble the iterm version when each is in it's respective terminal? It's close, but independent color-picker `gcolor2` shows that xfce...

Oh, no, I was too quick to jump to conclusions. Your scripts are faithfully recreating the iterm2 specifications, it's that iterm2 doesn't do the same. For example, the iterm2 specification...

@gnachman Sorry to ping, but could you shed any light on the above? 😄

Thank for helping out @gnachman 😄 > But I have a feeling I've misunderstood the actual problem I think you did 😄 The current question is described here: https://github.com/mbadolato/iTerm2-Color-Schemes/issues/349#issuecomment-995448727 Basically,...

That sounds perfect! I don't see any reason that authors would intend for errors to appear in their tests without redirecting them to stdout so that they can be tested...

I meant something like this: ```fish @test "echo hello if bar isn't baz" (test $bar = "baz" || echo hello) = "hello" ``` This would error if `$bar` isn't defined,...

> While arguably convenient, the true behavior of the command substitution is not immediately apparent since Fishtape can change how Fish is supposed to work. Could you explain this sentence...

Here's a more real-world example: https://github.com/IlanCosman/tide/runs/1764410359?check_suite_focus=true The pwd item produces errors on macOS that it doesn't on Linux. I'm thinking it's a seq difference perhaps, but I haven't been able...

Thanks for the reply Jorge. I really like that mockup! 😄I'm not sure whether it belongs in fishtape either, but I don't really see where else it would go since...