Elijah Sauder

Results 31 comments of Elijah Sauder

@Soremwar Not sure what the status of this issue is, but here is an observation I made: The binary representation of 1375731712 is: 1010010000000000000000000000000 The first byte (byte1) is: 1010010...

This looks to be similar to #464 and seems to be on the list of items to be resolved in restbed 4.8.

You can use the #pragma warning compiler directive to disable the error until a fix is available. For more info: https://docs.microsoft.com/en-us/cpp/preprocessor/warning?view=msvc-160

I have not noticed any errors in the console. I also don't see any messages in LspLog regarding it.

> This probably happens because VS2 isn't loaded before Recipe Book Is Pain. > > the same bug will happen with Tournament, Eureka and others because they use a similar...

This is good to go now. The whole pipeline now works and is properly configured.

Likely will need to wait for https://github.com/neovim/nvim-lspconfig/pull/3245 and https://github.com/mason-org/mason-registry/pull/6579 though.

Realized I forgot to mention it in the main PR message. This currently also includes some cleanup effort. I've removed a lot of the LICENSE files except from the root...

Update: I removed the dependency of having a separate PAT. GITHUB_TOKEN has permission configurations available. https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token

> Update: I removed the dependency of having a separate PAT. GITHUB_TOKEN has permission configurations available. https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token After doing some more testing I re-realized why I did the PAT method...