Ming Jiang
Ming Jiang
I'm using Google's AutoValue and Protocol Buffer, both which generate source code under build/generated/source/.... However, each time I start vscode, this java plugin would automatically create a new .classpath file...
Although many SDKs already supported it, but the native CLI doesn't allow multiple function calls to be executed through an account in one single transaction. Is there a plan to...
### Describe the bug In PrimeVue v3, there are many theme variables available to customize, such as "--text-color", "--surface-ground", "--font-family", etc. In PrimeVue v4, those are all missing, with much...
### Describe the bug According to the v4 document, if I want to use the styled mode with Tailwind CSS, I need to first turn on the cssLayer option: ```typescript...
According to the comment for `CommandResult` class: ``` /// Combined execution state of a `Command` represented using four of its fields. /// A [CommandResult] will be issued for any state...
**Describe the bug** ```dart import 'package:freezed_annotation/freezed_annotation.dart'; import '/data/services/api/models/error/api_error.dart'; part 'api_response.freezed.dart'; part 'api_response.g.dart'; class ApiResponseConverter implements JsonConverter { const ApiResponseConverter(); @override ApiResponse fromJson(Map json) { if (json['error'] != null) { return...
I have an overlayBuilder passed to MobileScanner where it has buttons for interaction. It worked fine with version 7.0.1. But after upgrading to 7.1, all these buttons became unclickable. I...