-
We recently updated from 0.54.0 to 0.54.3 and it seems a bug slipped into SwiftFormat.
Was able to determine that the issue is introduced in 0.54.1.
In the following code snippet, the return in fr…
-
After 4 hours of trying to get OCSP check for Apples own(!) certificates to work, I've noticed this comment in sources ![IMG_20240905_235103_014.jpg](https://github.com/user-attachments/assets/a8231ef…
-
### Description:
I'm getting a 401 response trying to upload a file. Other requests (GET, "regular" POST, etc work perfectly fine.
So this request:
let imgData = Data(...)
au…
-
| | |
|------------------|-----------------|
|Previous ID | SR-1121 |
|Radar | rdar://problem/25485364 |
|Original Repor…
-
这么大一个工程,不知道博主是在什么毅力下完成的,在下佩服!
-
Error :
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_ESPTouchTask", referenced from:
objc-class-ref in homeVC.o
"_OBJC_CLASS_$_ESPTools", referenced from:
objc-cla…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.c…
-
### Bug description
Sending a link with a unicode character in it causes the message to fail to send. The message shows as delivered on the sender's client, but the reciever sees no message.
### S…
-
### New Issue Checklist
- [x] Updated SwiftLint to the latest version
- [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues)
### Describe the bug
When using…
-
> - `Actor` 을 활용해서 이미지를 캐싱하는 다운로더를 만들어 보겠습니다.
> - `async/await` 을 활용해서 이미지를 다운받고, 그 이후의 캐싱 역할은 `Actor` 로 만든 ImageDownloader 에서 처리하도록 하겠습니다.