J

Results 9 issues of J

I've been trying to get vscode extension running, ran into this issue. would be helpful if you could KT

bug

**Description** Currently, we're using HTTPoison by default. This might introduce issues like we won't be able to trace this request. If possible, can we write behavior for HTTP lib and...

#### Example repo where reproduced https://github.com/junaid1460/flutter_impeller_reported_bugs #### Expected behavior [skia] https://github.com/xvrh/lottie-flutter/assets/3303745/28be468b-56f2-4c94-8d51-547593d64328 #### Actual behavior [Impeller] https://github.com/xvrh/lottie-flutter/assets/3303745/77803c8b-5b12-4eeb-82a0-c3df28cdcc34 #### Toolchain info: ```shell ➜ ___ git:(master) flutter doctor -v [✓] Flutter (Channel stable,...

Most JSON encoders just wrap 1.0 to 1, while protobuf gives good enough code generation, can we cast 1 -> 1.0 for floats and doubles? The alternate solution is to...

Kind:Needs More Info

Situation: We should be able to use toolbar within sub view and that need not have this padding Solution: Let end dev customise this padding ## Pre-launch Checklist - [...

There's no perf gain or anything here, we should not change things like this

```shell ..../flutter_curl/macos/Classes/FlutterCurlPlugin.m:11:18: warning: this function declaration is not a prototype [-Wstrict-prototypes] void curl_version(); ^ void 1 warning generated. ld: warning: ignoring file ..../flutter_curl/macos/Curl.framework/Curl, building for macOS-arm64 but attempting to link...

``` E/AndroidRuntime(28605): FATAL EXCEPTION: main E/AndroidRuntime(28605): Process: com.mgoogle.android.gms:ui, PID: 28605 E/AndroidRuntime(28605): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.mgoogle.android.gms/org.microg.gms.auth.credentials.CredentialPickerActivity}: java.lang.RuntimeException: createObject() requires a default constructor E/AndroidRuntime(28605): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3780) E/AndroidRuntime(28605): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3942) E/AndroidRuntime(28605):...

I was wondering if we just make module free schema, I mean I have lots of endpoints to validate, creating module for every one of them is tedious, it would...