akrieger

Results 92 comments of akrieger

Eh. Its not like it's going to change that often, and with how often vcpkg forces manual updating I'm honestly in favor of importing everything because it'll stabilize the repo...

third party sources in src/third-party are excluded from most style checks and elevated warning settings so that should not be an issue/necessary.

That doesn't surprise me at all. All of these functions create massive amounts of temporary vectors and hitting the allocator that often is just inefficient. These readonly functions should return...

The 'rich header' appears to be an artifact of link.exe. Binaries linked with lld-link.exe (despite objects being compiled with msvc) do not seem to possess it.

Sorry to bump this, but I think the context on this thread is relevant to this. I've been experimenting with pure git bash, git bash via conemu, git bash via...

I can `cd` within `bash` and the tab in ConEmu updates to the correct value, without using the connector.

Startup task: `set CHERE_INVOKING=1 & "C:\work\msys64\usr\bin\bash.exe" --login -i` PS1: ``` PS1='\[\033]0;$MSYSTEM:\w\007 \033[32m\]\u@\h \[\033[33m\w$(fast_git_ps1)\033[0m\] $ ' ```

Ah, ok, I see. So it only seems to work. Thank you for explaining what I was observing. Should I at least open a new issue for connector/conemu screen redraw...

Well, I wrote this because it fixed an issue we were having and I wanted to make sure no one else it hit too. When the project is ready to...

> Segmentation fault (core dumped) That's not promising lol. https://github.com/CleverRaven/Cataclysm-DDA/actions/runs/9245036514/job/25431113711#step:14:1147