Adrian Rangel

Results 82 comments of Adrian Rangel

yeah kinda weird latest is not latest but you can use 22.04 like this: `summerwind/actions-runner:ubuntu-22.04`

@younsl It depends on your use case. I use to build another image so everytime I make changes I want to pull the latest image to make sure I'm not...

Hi @doctorguile, I recently changed keyboards to the flow84 and tried your proposed method and it doesn't work. I believe it has something to do with how the keyboards send...

Yeah that works too but the super key moves from the command/alt to option/windows button which feels less natural for me

Been looking for this too, if you find a way please update the issue. (I will too)

A fix has been merged in tzdata https://github.com/lau/tzdata/pull/146

adding `tzdata` using git to the mix.exs solves the issue. ```elixir defp devs do [ {:timex, "~> 3.7"}, {:tzdata, git: "[email protected]:lau/tzdata.git", override: true} ] end ```

@avishov When using [email protected] it uses ssh to authenticate to GitHub that's why it's failing as it isn't finding a ssh key to use.

seeing this error too ``` yarn build yarn run v1.22.22 $ tsc node_modules/@graphql-tools/delegate/typings/leftOver.d.ts:4:37 - error TS2304: Cannot find name 'PromiseWithResolvers'. 4 export type Deferred = PromiseWithResolvers; ~~~~~~~~~~~~~~~~~~~~ Found 1 error...

I have the same issue on my Samsung OLED G9 G95SC. Although it doesn't happen always. It's happened three times but I can't seem to pinpoint what causes it. I...