Ada Lyons

Results 35 comments of Ada Lyons

I'm getting hit by this as well: ```rust error[E0428]: the name `Other` is defined multiple times --> src/cmds/creds/ls.rs:29:10 | 29 | #[derive(GraphQLQuery)] | ^^^^^^^^^^^^ `Other` redefined here ```

I'm still seeing this as well. I added `cz` to an existing repo, but in a new branch that did not exist on `origin` yet, if that helps.

For anyone still running into this, here's how you fix it: ```git remote set-head origin --auto``` For whatever reason, `HEAD` was not set in my repo. Before: ```shell $ git...

@thehappycoder I was able to run it after installing all of the targets by using `arm-none-eabi-gdb` instead of `gdb`

I eventually figured it out! Would be great if that was documented too. I never worked with Rails so I'm not aware of the things it gave for free.

I'm not taking this one at the moment, sorry. On Wed, Jan 3, 2024, 02:49 Oluwadamilola Odujoko ***@***.***> wrote: > Hey @jondot @kaplanelad > I'm thinking of adding this change...

I get this when recording with keystrokes visible and typing in Japanese

I'm using 0.10.2. I was trying to handle login/logout and user creation through Mutations, and when using axum-login none of the cookies were being sent back to the browser. I...

Nothing in the output console, either