-
public static let shared = AVMediaCache.init() // Class property 'shared' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in …
-
I just found the `ConcurrencyError` when I tested the [main branch of scikit-image](https://github.com/scikit-image/scikit-image/commit/10bd6c40f82e437f4ff2ca946577125cbb43d8b2). I'm not sure if it is…
-
spawn handlers are lost in https://github.com/numaproj/numaflow/blob/main/rust/numaflow-core/src/source.rs#L111-L126
-
Not sure if others would agree, but I felt the definition of `CONCURRENCY_BROWSER` that every URL is launched in a new browser using the incognito context, seemed misleading to me.
Technically, it…
-
I have a consumption based function app (.Net 6, running in 64-bit mode) that keeps getting the warning "Your app is not configured for dynamic scaling. Scaling could be limited. Click to learn more."…
-
So as we know ` try await applicationContext.acquireToken(with: parameters)`needs to be called from the Main Thread because it is doing some UI Stuff.
But when I try to do it on MainActor I g…
-
### Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use Istio
### Bug Description
When Istio pushed wa…
-
How to improve concurrency? bge and rerank
-
# Bug description
Removing contributors from a publication/dataset works position based. This could lead to wrong data if two users decide to remove the same contributor at the same time (eg. durin…
-
I need to do it concurrently. However, concurrency applied on 3000 only still makes it really slow. I need to apply concurrency on both the port scanning and port scanning for each ip address.