Guilbert Pierre

Results 8 comments of Guilbert Pierre

same thing here @LiloBzH. Maybe I don't understand how it should works. Yubikey core error in yk_challenge_response: timeout

update @LiloBzH I've successfully managed to do it. - I don't know why but I had to have ykman installed in /usr/local/bin ```sudo ln -s /opt/homebrew/bin/ykman /usr/local/bin/ykman``` - Also I...

@yarikoptic I'm using version v0.8.0 so I'm not sure if it's gonna help 0.7.1 but if you do a `git bug bridge auth` you'll have the list of token ```...

@smoyer64 @yarikoptic as I said above the following worked for me (in git-bug version 0.8.0) to update/change my token: ```sh git bug bridge auth # to list the token f1666cc...

> Nobody has cared to implement support for those new token. A good first step would be to know what changes need to happen: is it just a different validation...

Looks like I have a hint about the reason. When I save the Alignment.py the compile version (Alignment.pyc) went from 1kb to 4kb in the finder.

it also happens with echarts with 'echarts/types/dist/shared.d.ts' Thanks @sapphi-red ! It works! It's in the doc: https://vitejs.dev/guide/features.html#typescript So I guess it's a non issue and it should be closed.

@asmaloney okay so, I I understand you correctly the problem is with typescript ? https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#type-only-imports-and-export ?