atacan
atacan
The workaround is to add ``, `` etc.
To be fair, the code in the head tag may be the least often needed use case. It may be easier to write it directly in swift code. At least,...
Yes. I'll open a pull request soon implementing the idea I posted in the Discussion section. Later I'll publish the small Mac app for that string-to-string conversion.
Thank you. The transaction id that the client puts in the `fetchToken` request's body is this `TranSaction` `id` https://developer.apple.com/documentation/storekit/transaction/3749696-id, right? I see that it's a UInt64. I haven't had any...
If the `converter` is needed, and it's a stored property of `UniversalServer` struct, that rules out to have a `static` function, right? This came to my mind: ```swift fileprivate extension...
For Swift I made this package, where I fix some of the issues with a download script. https://github.com/atacan/swift-openai-api/blob/main/scripts/openaiYamlDownload.swift
Currently I see the following error when I look at the console. I couldn't figure it out yet why Swift cannot be found in the language definitions. ```console { "type":...
below is what I see in the first start ``` Activating tree-sitter... extensionHostProcess.js:163 Creating communication dir /var/folders/_z/hg3p0pxs2fn7z1985xlhlt5c0000gn/T/vscode-command-server-501 extensionHostProcess.js:163 taking snapshot ``` when I say "take state" I see the following...
> When I run this code I get the following:  interesting I don't see the red text
okay, thank you very much I followed the advice to start small, and made function declaration work