David Horner

Results 65 comments of David Horner

Both the sample and the application exhibit the release exception here. I'm running Flutter (Channel stable, 3.10.6, on Microsoft Windows [Version 10.0.19045.3324], locale en-US) I am using multidex in the...

Do you see anything wrong with the code? It's happening in debug this evening.

I've tried setting a height and width and creating a viewport too. Sometimes the viewport will size correctly. ``` Browser::launch(BrowserConfig::builder() .viewport(Viewport { width: 1190, height: 800, device_scale_factor: None, emulating_mobile: false,...

This is not nodejs or puppeteer, I don't understand the resolution. I stopped using chromiumoxide because I couldn't get this figured out.

I am also running into an issue where I am calling show and it does not show. I can reliably open and close the bottom sheet fine when in portrait/landscape....

In my case, I found that there was something very wrong with the following : ``` val colors by mutableStateOf( if (isSystemInDarkTheme()) darkColors else lightColors ) ``` (studio redlined it...

@svix-onelson this is a new Win11x64 machine. You're right, we were past this compilation step and on to brighter days on my Win10x64. I'm surprised. I've turned this machine into...

building libffi-rs works works directly in windows. ``` git clone https://github.com/tov/libffi-rs.git Cloning into 'libffi-rs'... remote: Enumerating objects: 2820, done. remote: Counting objects: 100% (1297/1297), done. remote: Compressing objects: 100% (594/594),...

I got windows built with the following: ``` set INCLUDE=%INCLUDE%;libffi\include;libffi-sys-2.3.0\libffi\src\x86\ ``` I still need to set the `cargo run --no-default-features --features gcp-pubsub,rabbitmq,redis,sqs` no default due to jemalloc. I haven't looked...

I think they are unrelated. I also think with my last comment that I resolved the issue. hope that helps someone else.