fwcd
fwcd
Big +1 from me, I've imported a bunch of tracks from DJcity that had Serato tags, where unfortunately both the grid and the cues were offset by almost a quarter...
Seems to have been officially upstreamed as [`workspace/textDocumentContent`](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/#workspace_textDocumentContent) in LSP 3.18: - https://github.com/microsoft/language-server-protocol/pull/1994 Once LSP4J implements this, we could migrate our non-standard request to this.
I have no idea, but you can certainly try it out 😄
Has anyone gotten SPM's binary targets to work? I've tried adding ```swift .binaryTarget( name: "LinkKit", url: "https://github.com/Ableton/LinkKit/releases/download/LinkKit-3.2.1/LinkKit.zip", checksum: "ed0f216a7cd63e569b045397958be2a622d1e8a403939570781d8e8e8b32f182" ) ``` along with the corresponding target dependency to my package,...
Small note: It's capitalized "Xcode", not "XCode" :D > Will this increase the runtime requirements as well? Not necessarily. In general, building with a newer SDK/Xcode without bumping the requirements...
Might be the case, I'm not really sure when this happens exactly, so we'll likely only find out after running the CI workflow on the new OS a bunch of...
I think there is some merit to not using the latest runner, since we'll likely have few contributors using them and thus (if the build is misconfigured), we may unintentionally...
This is the bug I mentioned. We'll have to fix it anyway at some point, since the macos-12 runners likely won't be supported for that long either.
The issue seems to be that macOS's antivirus (XProtect) scans the disk image, which causes a race condition with CPack. The two main workarounds are killing the XProtect process (which...
Works for me! Admittedly I haven't looked into what upstream has been doing, but I do believe it's still a CPack bug