Liu YuanYuan

Results 24 comments of Liu YuanYuan

I hit this issue too, fixed it this way, hope it helps. **webpack 2 only**. Set up the loader in `module - rules`: ```js // webpack.conf.js { module: { rules:...

[coldfunction](https://coldfunction.com/) is using chi as the only HTTP router behind nginx, all our code is written in Go.

I feel like `bracketSameLine` is doing the opposite of what I wish. What it does now: ```html text ``` What it should be: ```html text ```

Same question here. I've convinced my team to migrate to lit and this plugin and #200 has been blocking us from using vscode typescript auto-import for almost 5 months.

Bump. JXL has gained support on all apple devices. It would be great if it's enabled by default.

FWIW, on iOS, you can also use this tiny plugin [ph_picker_view_controller](https://pub.dev/packages/ph_picker_view_controller), which wraps a [PHPickerViewController](https://developer.apple.com/documentation/photokit/phpickerviewcontroller) (iOS 14.0+), supporting picking all kinds of media or filtering based on your needs: Example:...

Unfortunately, we are having this issue in one of our store apps. You can download our app in Microsoft store and repro the issue. Link: https://apps.microsoft.com/store/detail/senserver/9NHWV679JNQC?hl=en-us&gl=us Try running the the...

Yes. It doesn't repro on debug mode or `flutter run --release` (which is how we tested apps in release mode and why we didn't catch this before releasing to public)....

One possible workaround for this is to revert to the last working SDK before 3.7.0, which is [3.3.10](https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.3.10-stable.zip). Then recreate your windows project: - Delete the `windows` project folder -...

Thanks @mikehearn , that helps a lot!