Gabriel Lesperance
Gabriel Lesperance
**Is your feature request related to a problem? Please describe.** PaymentSheet can't be hidden when using analytics / Real Time User monitoring w session replay. Analytics provider such as LogRocket...
Fixes issue 406: Use Objective-C Key Value Coding(KVC) to sync _RTCEventEmitter_ `_listenerCount`.
Fixes issue 406: Use Objective-C Key Value Coding(KVC) to sync _RTCEventEmitter_ `_listenerCount`. (see https://github.com/react-native-webrtc/react-native-callkeep/issues/406). Here we use KVC to synchronize _RTCEventEmitter_ `_listenerCount` to make sure it is always valid, and...
The latest files should be pushed into npm to allow people to use the package w/o using the git repo. Moreover, there are some errors in the current npm version...
It is great that references can be added to objects created within the same batch. However, failed references should be listed in `client.batch.failed_references`. repro: ``` import weaviate import weaviate.classes as...
The only way to insert objects with v4 is using `collection.batch` and its associated `_ContextManagerWrapper`. Unfortunately, this breaks as the underlying `grpcio` runs into resource contention raising the exceptions listed...
View creation works as expected but when I try to issue a `model.findAll` on the view I get a ` UnhandledPromiseRejectionWarning: SequelizeDatabaseError: relation "my_view" does not exist`. Am I using...
Using `ThreadPoolExecutor` to paralellize dspy calls breaks internal config management for threaded `dspy.Evaluate`. Specifically doing this: ``` class QuestionAnswer(dspy.Signature): question: str = dspy.InputField(description="The question") answer: int = dspy.OutputField(description="The answer to...
### Fix streaming status message callback mutation **Bug** `streamify` was appending `StatusStreamingCallback` directly to the shared `settings.callbacks` list. That list was mutated in place and reused across calls, callbacks (and...
### What happened? ### Bug streamify is appending StatusStreamingCallback directly to the shared settings.callbacks list. That list is mutated in place and reused across calls, callbacks (and their status message...