Mitch J.
Mitch J.
My bug report about bots not syncing slash commands added after they are constructed was closed as not intended functionality (which is not at all clear from the documentation!) so...
Thank you for this, your replies are very helpful
Also, vcpkg is up to date: ``` vcpkg package management program version 2024-02-07-8a83681f921b10d86ae626fd833c253f4f8c355b ```
You're right - the install log in the buildtree for srcml does show those extra libraries being installed, right after the libraries I actually want from it. Why? Where is...
Nevermind, I found `InstallRequiredSystemLibraries` in the srcML repo, and I found a Stack Overflow comment that says it installs more than the "compiler-provided system runtime libraries" that the CMake documentation...
Nevermind, thank you, the problem is solved. I didn't realize that the CMake configuration in srcML could escape containment and add things to the vcpkg installation directory.
This fixes the problem; it even retroactively sanitizes the invalid values I'd been inserting upon retrieving them from the database. So it was just the string data type that was...
If anyone is finding this issue in the future like me, the location for this configuration has moved to the '@hey-api/client-fetch' plugin. [Changelog](https://github.com/hey-api/openapi-ts/blob/b9dc166f2b3b16376532277f2c300f8c8edaf211/docs/openapi-ts/migrating.md?plain=1#L386) ```ts defineConfig({ // ...other stuff plugins: [...
This definitely still persists (we observed it in Vendure 3.4.4.) It is extremely confusing to encounter, especially since you can accidentally opt into `useDefineForClassFields` just by setting the `target` in...