-
**Describe the bug**
[ 59%] Building CUDA object CMakeFiles/onnxruntime_providers_cuda.dir/home/sqy/onnxruntime/onnxruntime/core/providers/cuda/math/binary_elementwise_ops_impl.cu.o
[ 60%] Building …
-
After upgrading my flutter, reflectable doesn't create `main.reflectable.dart`.
I don't know what causes this problem but I share my logs.
flutter packages pub run build_runner build:
```
…
-
Hi k-paxian,
I hope you are doing well.
This is a question/suggestion. I have a class that I want to make immutable, and make all of its fields final. To do so I have to create a constructor for…
-
Hi Cyril,
thanks for this amazing Flutter app Generator, I have been playing around with the generator, but I get an error when I try to to generate it, also the generated projects doesn't run.
…
-
hello i want to upload images, which i am getting as assets. But i don't know how to upload it. Any code or example would be preferable.
-
Hi k-paxian, and everyone else,
Why do I get the following exception
```
Unhandled exception:
Cyclic error in JSON stringify
#0 _JsonStringifier._checkCycle (dart:convert/json.dart:616:9…
-
Hi k-paxian,
In the following code my converter is not being called
```dart
import 'package:dart_json_mapper/dart_json_mapper.dart'
show
JsonMapper,
jsonSerializable,
…
-
First, thank you very much for these packages! They are incredibly helpful!
I believe the colorToString() and parseColor() functions need corrections. In their current state, they are not addressin…
-
```dart
import "package:dart_json_mapper/dart_json_mapper.dart"
show
jsonSerializable,
Json,
JsonProperty,
JsonConstructor,
JsonMapper,
De…
-
I know that mirrors is blocked now because it causes the generated packages to be very large.
However, on the long term, it should remain a goal to find a solution for this. Many libraries use mirror…