Luke Hutchison

Results 97 issues of Luke Hutchison

**Describe the bug** Calling `jiffy.fromNow()` produces text that is not correctly pluralized in English (presumably also in other languages). For example: `"1 minutes ago"`. **How to reproduce the bug** Call...

**The problem/use-case that the feature addresses** I need to be able to send a message to multiple channels. Currently I loop through the channels and send a PUBLISH command for...

**Describe the bug** ![image](https://github.com/Dart-Code/Dart-Code/assets/811305/3c942fa3-f42a-43f2-b2f0-8b9c70594270) Mousing over `e` gives `2.718281828459045`, rather than treating `e` like a `catch` parameter. Workspace Environment ```text Dart Code extension: 3.91.20240624 Flutter extension: 3.91.20240529 (activated) App: Visual...

is bug
blocked on vs code / lsp / dap
in debugger

**Describe the bug** Mousing over `subscriptionExpires` in this code shows the value of the variable: ![image](https://github.com/Dart-Code/Dart-Code/assets/811305/291ae4b1-6bf3-45cc-90ed-1e5518337705) However, mousing over `"'$subscriptionExpires'"` does not show the value: ![image](https://github.com/Dart-Code/Dart-Code/assets/811305/cd95f781-528f-4d3a-9b43-5d73950e0e84) **To Reproduce** As above...

is bug
in debugger

I am getting an NDK crash in `libdartjni.so (GetApplicationContext+60)` when I upload a release build of my APK to the Play Store. (The debug build runs fine locally.) ![image](https://github.com/dart-lang/native/assets/811305/e5556d34-0e5b-4693-9747-3fbe60bc5789) I...

type-bug
package:cronet_http

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Use case...

c: new feature
framework
f: material design
f: scrolling
c: proposal
P2
team-design
triaged-design
:hourglass_flowing_sand:

Fixes this exception: ``` ════════ Exception caught by widgets library ═══════════════════════════════════ The following UnsupportedError was thrown building MediaQuery(MediaQueryData(size: Size(448.0, 949.3), devicePixelRatio: 3.0, textScaler: no scaling, platformBrightness: Brightness.light, padding: EdgeInsets.zero, viewPadding:...