-
参考までに [オーディオアプリ開発でありがちな4つの間違い](https://postd.cc/four-common-mistakes-in-audio-development/) をあげておきます
- そもそもAudioUnitでは **ObjC** や **Swift** を使わないようにしたほうが良い
- `malloc`, `DispatchQueue` 等はオーディオスレッド上…
tako3 updated
2 months ago
-
**Describe the bug**
The current implementation of RSAtomic does not guarantee atomicity. This is because of a couple reasons:
- it is implemented as a `struct` property wrapper, which could incur…
-
When I'm calling recognize function in a thread, it crashes. When I don't call it in a thread, it works perfectly. Where is the problem?
My code:
` DispatchQueue.global(qos: .userInitiated).a…
-
在后台线程中改变UI布局
DispatchQueue.global().async {
let asset: Any
let mediaType: PHAssetMediaType
let photoAsset: PhotoAsset
switch result {
…
-
After add Google plist for Firebase, the following errors are coming up all in one file: EditProfileViewModel.swift:
1. Invalid redeclaration of 'ProfilePicture' on line 11
2. 'ProfilePicture' is …
-
Hello there,
I'm new to Cabbage and I'm struggling to figure out how to overlay image content on top of another video. Overlaying video on top another video works fine.
Here's what I'm trying …
-
-
When I select multiple photos, then edit them, sometimes FMLoadingView can't hide and delegate method "didFinishPickingPhotoWith" can't response after tapping done button.Then, I set a breakpoint in…
-
### Use case
Goal: Make it easier to customize behavior of the Apollo normalized cache.
Currently, `ApolloStore` is a concrete class depended-on by lots of Apollo internals. It's not marked `ope…
-
A common pattern we use in [application-services](https://github.com/mozilla/application-services/) is to run SQLite queries using a foreign-managed task queue (`Dispatchers.IO` on Kotlin, `DispatchQu…