Archimedes Trajano
Archimedes Trajano
Check error only. Runtime works from my tests. I use pyright which is used by Visual Studio code as well. `pyright filename.py`
I'm not exactly 100% familiar with python, but can you do "multiple interfaces" so that I can simply do ``` assert isinstance(settings, dict) ``` Because the claim on the documentation...
Then the statement in the README should say that as a rule then right now it says > This plugin may not be used with class, module, and package level...
I mean if the rerunfailures is not supposed to work on fixtures it should just say > This plugin may not be used with fixtures. Rather than qualifying it with...
on patched console if the first parameter is a string, it should treat it like an sprintf expression
Hopefully this would be of help, it's a simplistic sprintf operation ```typescript const sprintf = (format: string, ...args: any[]): string => { let i = 0; return format.replace(/%([sdif]|%\.\d+f|o|O)/g, (match: string):...
https://github.com/lottie-react-native/lottie-react-native/blob/b7b4f8b6ab8476478608f1fe51308eeeb06b883a/packages/core/src/types.ts#L48C1-L55C21 It may want to note that it requires it to be an `AnimatedLottieView` for it to take an Animated value.
Sounds like the same issue I have https://stackoverflow.com/questions/79495633/how-do-i-handle-json-protobuf-messages-in-temporal-python-sdk But I think the problem is that type is not known by the time it gets to the converter for lookup as...
Are you talking about this? ```json { "eventId": "1", "eventTime": "2025-03-10T18:11:26.549986494Z", "eventType": "WorkflowExecutionStarted", "taskId": "1049165", "userMetadata": {}, "workflowExecutionStartedEventAttributes": { "workflowType": { "name": "GreetingWorkflowProtobuf" }, "taskQueue": { "name": "foo", "kind": "TASK_QUEUE_KIND_NORMAL"...
@cretz I am starting through Temporal UI, the **Start workflow** button
@cretz noted, it appears to be in the latest cloud UI, but not in the current dev-server. I'll open up a related issue