Ivan Dlugos

Results 388 comments of Ivan Dlugos

There are third-party packages that already allow you to specify a callback: - https://pub.dev/packages/screen_capture_event - https://pub.dev/packages/screenshot_callback - likely others as this was found by a quick search. From there it...

> Any suggestions? Is there a branch I can have a look at?

I've missed that package:platform doesn't support `web` at the moment. I've opened a [draft PR](https://github.com/dart-lang/core/pull/862) to add support but for now, we cannot use it. At the very least, I've...

> Although, as this seems to be coming through to Sentry.io just fine at the moment, I'm not sure why we'd change it (if it ain't broke, don't fix it)....

As is and with the scope of the changes needed, I'd suggest removing the TODO from the code (it will be kept here because of the permalink in the issue...

May be related to the use of reflection: https://support.syncfusion.com/kb/article/7557/how-to-overcome-the-crash-system-reflection-missingmetadataexception-when Not sure what to do about it, yet.

AFAICT, the modbuss address should be 2517 https://github.com/ThyMYthOS/python-stiebel-eltron/blob/74dd7930679899d5673c47985df9e3acf8527ac9/pystiebeleltron/wpm.py#L176

@F3n1x89 I don't think exposing the value would allow you to control it anyway, IIRC it's just a read-only value.

Before update (i.e. with appium java client v8.1.1), the output of `print(driver.events)` was: ``` ServerEvents(commands=[CommandEvent(name=activateApp, startTimestamp=1723462917787, endTimestamp=1723462921607)], events=[TimedEvent(name=xcodeDetailsRetrieved, occurrences=[1723462914342]), TimedEvent(name=appConfigured, occurrences=[1723462914342]), TimedEvent(name=resetStarted, occurrences=[1723462914342]), TimedEvent(name=resetComplete, occurrences=[1723462914342]), TimedEvent(name=logCaptureStarted, occurrences=[1723462914694]), TimedEvent(name=simStarted, occurrences=[1723462914942]), TimedEvent(name=wdaStartAttempted,...

Note: I've had to update drivers too so maybe it has something to do with those as well?