Andrew Brampton

Results 83 issues of Andrew Brampton

I'm not sure if this is a bug, or a feature request. We use nodejs to test our projects when compiled with dart2js, but we noticed that the HTTP APIs...

type-enhancement
package:http

In the last ~week multiple changes have made it in. We should publish a new version with these changes. No APIs were broken (as far as I know) so bumping...

enhancement

As commented by @Euklios the java LTS are 8, 11, 17, 21, with "Java 8 was so popular that it won't die.", but many companies moving to active projects to...

Convert many of the objects to AutoValues with https://github.com/google/auto/blob/master/value/userguide/index.md

enhancement

As ffmpeg is running, parse the output and provide some kind of feedback to the caller as to progress.

enhancement

**Description** When using the InspectorAddon, color picker the following assertion fails: > _AssertionError ('package:flutter/src/material/scaffold.dart': Failed assertion: line 295 pos 7: '_scaffolds.isNotEmpty': ScaffoldMessenger.showSnackBar was called, but there are currently no descendant...

t: bug
p: core
m: addons

**Description** The DurationKnob, displays a text box asking for millisecond input. That may be suitable for some use cases, but when working with durations in hours, or days, it becomes...

p: core
m: knobs
hacktoberfest

I work on a 16" MacBook, with standard resolution/font settings. However, I find the controls down the side of my Storybook far too large. Just with the standard, DeviceFrame, Zoom,...

t: feat
p: core
hacktoberfest

The refresh rate is every ~32ms ([Android](https://github.com/hemanthrajv/flutter_compass/blob/085b4c8cb42e485c1c26a38caaffa334fc50362a/android/src/main/java/com/hemanthraj/fluttercompass/FlutterCompassPlugin.java#L36), and [iOS](https://github.com/hemanthrajv/flutter_compass/blob/master/ios/Classes/SwiftFlutterCompassPlugin.swift#L20C16-L20C42)). I noticed my app spends more time than it should dealing with compass updates, and I'd happily receive them at a...

Hi, I'm a beginner with rust (this is day 4). I very much like how easy it was to parse binary data with this library. I however needed some Endian...