Phillip Hellewell
Phillip Hellewell
> @sshock could you verify that tab issue you've mentioned in winit [rust-windowing/winit#2238](https://github.com/rust-windowing/winit/issues/2238) gets resolved with this patch? I'm not sure what to look for myself on macOS for that......
Did some digging and the issue appears to be due to glutin / winit 1. not sending a WindowEvent::Resized sometimes when a new tabbed window is created (like if it's...
Thank @kchibisov. I'm new to rust and am unfamiliar with winit, but I may give it a try if no one beats me to it.
Fixed upstream: https://github.com/rust-windowing/winit/pull/2239
I also ran into this problem after switching from `GET /auth/:provider` to `POST /auth/:provider`. I was able to workaround it by looking at `::Rack::Utils.parse_query(URI(request.env["omniauth.origin"]).query)["myparam"]` instead of `request.env["omniauth.params"]["myparam"]`. I also tried...
I'm also running into this with appium 1.8.1 and 1.9.1, android 7.1.2. ``` 12-22 13:24:47.581 19209 19374 D appium : Stopping toast notification listener. 12-22 13:24:47.583 3369 5103 W AppOps...
fyi, in my case this turned out to be a red herring; the real problem was somewhere else, so maybe this is just a spurious message that can be safely...
Great, thanks I will try your suggestions! I'm curious though, do you find it surprising that an EditText inside a NumberPicker would not have the correct bounds with `simpleBoundsCalculation` `true`?...
@mykola-mokhnach unfortunately, setting `simpleBoundsCalculation` to `false` didn't help. I made these two screen recordings to first, illustrate the problem, and second, show how it was working before: **v4.12.3 broken**: https://drive.google.com/file/d/1CuRoOHvu6J_DTD9eqyMw_SKser9eMZbL/view...
> Could you please try if #378 fixes the clicking? Sure thing. I should get time to test it this afternoon...