-
Driving a pointer in a test right now requires pumping, continually giving the original location, etc.
Instead the API should look something like:
``` dart
TestGesture gesture = tester.startGesture(…
Hixie updated
3 years ago
-
I'm working with a WS2812 strip and have tested it using the RGBCallibrate example program and the red LEDs are orange in FastLED V3.0.0.
They appear fine when tested with the Neopixel library. I th…
-
## Issue
There is very little we can do as developers to deal with emails that come from our websites. Our websites are increasingly using webform to create workflows for their organizations and ex…
-
Hi,
We're experiencing a significant memory leak when the input stream is silent for a long time.
Can be reproduced with the following script. Requires `npm i dev-zero-stream`.
Happens with b…
-
After updating the SDL package in Debian from 2.0.16 to 2.0.18 (+ selected patches recommended by @slouken), an [osk-sdl](https://gitlab.com/postmarketOS/osk-sdl) unit test that previously passed has …
-
There's a discussion about `LiveTestWidgetsFlutterBindingFramePolicy` in my [recent PR](https://github.com/flutter/flutter/pull/60410#discussion_r447938985), where I believe we are clarifying some amb…
CareF updated
3 years ago
-
I'm making a multiplayer game and I want to be able to create a state snapshot so that I can go back in time and reapply input deltas to handle lag, client side prediction etc...
Is it possible to …
-
I am using [```mock_text_input.dart```](https://github.com/flutter/flutter/blob/master/packages/flutter/test/widget/mock_text_input.dart)n to test a widget that includes text input interaction.
If …
-
- Wind data was converted to u and v velocity vectors.
- CW rotary spectrograms were taken for ease of integrating over desired time periods, to determine input 'power' from storms.
- (m/s)^2 isn't…
-
the wel package can optionally have reduced wells written to external file. the mflistfile get_reduced_pumping should allow for this. this fix can be achieved by removing the assert line in that file:…