p0358

Results 61 comments of p0358

I can confirm app password without 2FA stopped working, and it did work before. Turning back to regular password did make it work again for me

```js .array('strings', { type: new Parser() .string('text', { length: 64, stripNull: true }), length: 'stringCount', formatter: arr => arr.map(item => item.text) }) ``` The only way I see tbh (but...

* https://github.com/paleozogt/MSVCDocker * https://github.com/madduci/docker-msvc-cpp * https://github.com/mstorsjo/msvc-wine Highly suggesting the last one (it defaults to VS2022 contrary to what readme says). Is the most painless since it downloads files automatically without...

Shouldn't this ideally synchronize to the bind address of the game's sockets? (I think it's controllable with `ip` cvar or `-ip` command line option, would need to look into whether...

They should be asked out about their Windows version. I think curl uses WinSSL and thus by extension system's root trust store. And outdated/non-updated Windowses might have their stores outdated...

I'm wondering if there's any chance you could had a gamepad plugged in and something pushing its analog stick all that time? Gamepad interacts with the game even if it's...

I should drop 2 links I saved when doing my research on this area of stuff before I gave up for that time being in hopes they'll be helpful for...

it's a custom-written script in PowerShell since no existing actions were good enough for what we wanted, I can share it when the author agrees (so when he wakes up)...

Sending build itself is ```yaml - id: DiscordSendArtifacts if: success() name: Send build to Discord run: ./.github/discord-webhook-file.ps1 ${{ env.ARTIFACTS_PATH }} env: CI_NUM: ${{ matrix.target }}#${{ github.run_number }} ``` The script...

The scripts to send and edit build status message are separate, as is combining the artifacts for packaging later in the package repo