kcoul

Results 8 issues of kcoul

Here is what CLion / vcpkg integration looks like (trivially simple, but you might not want this to run automatically if you have a binary cache that will set up...

Not 100% confident in all of them, but here you go: https://github.com/thechangelog/transcripts/blob/master/podcast/the-changelog-532.md https://changelog.com/podcast/532#transcript 00:09:31:10 multithreading support 00:10:22.00 the tools, had the 00:10:44.29 Jun-shu [rich sake] ??? 00:11:11.29 , back at...

When building with C++ '20. Error due to default of "-1" on L221-222 ``` constexpr unicode_script::ScriptType kAnyType = static_cast(-1); ```

enhancement

Maybe better to use as a reference to update JUCE to latest yourself if you want to, since we are both using custom forks. I needed to do this since...

package.json generates Universal build for both Intel and ARM64 macOS now. Also suggesting a .gitignore for electron-based apps.

Draft PR to decide whether to bring some changes to separate PR early, before native IO feature is ready to review. So far, the changes to keep compatible with JUCE...

Submitting this as a draft PR since there are probably a lot of changes within it you don't want to pick up, so best not to merge it directly and...

Hey, confused as to why these static_asserts (two places in this file) work fine in Windows 11 but fail in WSL2/Ubuntu, both are 64-bit: ``` gin/modules/gin_dsp/dsp/gin_bandlimitedlookuptable.h:93:41: error: static assertion failed...