Ingvar Stepanyan

Results 1089 comments of Ingvar Stepanyan

Looks like same issue was auto-closed in https://github.com/gitkraken/vscode-gitlens/issues/2646.

Doing "Refresh Repository Access" as suggested in the other issue and then reloading VSCode seems to have helped.

Trying out the branch - looks pretty good so far, but one thing I'm finding missing is ability to pass custom Cargo args (maybe as `cargo rdme -- ...[cargo options]...`?)...

> I was thinking of starting simply with `--all-features`. I think that might be problematic, as a lot of repos tend to declare features like `nightly` or `no_std` or `unstable`...

I understand this was blocked primarily because CI (or, well, MSYS2 in general) is unbearably slow to run on each commit. But I do wonder... could it at least be...

Thinking of it a bit more, this might lean into https://github.com/gphoto/libgphoto2/issues/853. If there were high-level functions for "start bulb exposure" and "stop bulb exposure" in libgphoto2, then perhaps it would...

I'm guessing you didn't have time for this, but... any luck? :)

> This PR requires `AC_USE_SYSTEM_EXTENSIONS` which e.g. introduced _DARWIN_C_SOURCE in commit 9e33646 (2013-02-06) which is post autoconf-2.69 (2012-04-25). I'm happy to replace with manual defines. I suppose `_DEFAULT_SOURCE` should be...

Ahh right I suppose the object files I got are not deterministic due to __LINE__ used in various error loggers (which changed now). I'll play a bit more.

Ok I spent unreasonable amount of time on this given that it's not really even important, but I think I got there 😅 ```diff --- sha256-before.log 2022-10-31 03:25:00.192112000 +0000 +++...