Peter Leibiger

Results 265 comments of Peter Leibiger

Ouch, I am using the new `SentryWidget` and I am not seeing this.

Do we have any other reports of this sort? I can't imagine a way this can be caused tbh.

@Mounix99 Can you try to disable `options.attachScreenshot` and then separately `options.enableUserInteractionTracing` + `options.enableUserInteractionTracing` and see if that changes anything.

The fix in a527cb8dd37fead34c63c4f244b2c929abb1d2d9 should actually work.

I dunno about the Xperia, it didn't work on a Pixel 6 for me and I fixed it in a similar way. > I checked the native code and found...

And how do you check that it doesn't work? On Android 13 this will not change the global Wifi network and will not display in the System-UI. This will be...

I am also connecting to a camera without internet access. But I only have a Pixel 6 to test with so far and it works there. Try to inspect the...

Should existing `@DriftAccessor` (DAOs) not just extends from `ModularAccessor` as well when using modular generation? Or should there be some kind of `@DriftModularAccessor`? I can't get the `@DriftAccessor.include` to work...

> Well, at least they should actually include the DAOs generated for the drift files they include - fixed in https://github.com/simolus3/drift/commit/a6377085919c8c2270134fddfee90b35dd60c112, but not yet on develop. That works now, but...

> It seems to work for [this one](https://github.com/simolus3/drift/blob/0bb7f79607808acf0875534cd9845628a1c7a3a6/examples/modular/lib/accessor.dart#L10), can you share a broken example? This one has a `DatabaseAccessor` not `GeneratedDatabase `. > We could also allow adding explicit DAOs...