-
I have configured RedisQueue Driver for my vapor project. While running the app the console becomes flooded with continuous debug log from the driver connection. I can barely see the other logs. Is th…
-
For simplicity, initially the type holding the raw request and response body data is `Foundation.Data`, but that prevents use cases where large amounts of data need to be sent/received if the memory l…
-
# 推荐收录
## 链接
https://forums.swift.org/t/introducing-swiftly-a-new-swift-toolchain-installer-and-manager/67254
## 理由
[此处填写您的推荐理由]
## 推荐人信息
如果收录这个资源,我们会在点评后面说明推荐信息人。
-
Description:
Server APIs Work Group article on https://www.swift.org/blog/server-api-workgroup/ states, "....For more information, take a look at the [Server APIs project page](https://www.swift.org/…
-
I have set up a simple project using hand-built C++ library.
I have added custom C++ header search paths outside of the Package directory using CXXSettings.unsafeFlags as follows:
```swift
cxxSet…
-
Not sure what's the correct place to give feedback- but please see https://forums.swift.org/t/sswg-march-1st-2023/64930/2 for feedback and questions on the new 2.0 api.
-
### Description
As some bullet points:
* SSWG VSCode extension couldn't show OpenAPI generator's command plugin.
* Then i noticed `swift package plugin --list` doesn't include the plugin either:
…
-
Type: Bug
The docs are rendered incorretly for the following header file:
```C++
#pragma once
#include
#include
#include
namespace nbnc::register_with_server {
/**
* @brief A …
-
**Describe the bug**
Re-building the project always takes a long time (30ish seconds) when done from Build task, but not from terminal (both without changing any files). This is somewhat painful whe…
-
After some completion requests, language services stop responding (can't ctrl+click, hover says "Loading..." forever, no more completion, etc). This makes SourceKit-LSP hardly usable and seems like a …