-
## 🚀 Feature Proposal
Normally schemas are compiled at runtime, create an optional compile step for schemas to be optimized prior to server start.
## Motivation
Primarily as a way to reduce s…
-
I've been using cs-script off and on for quite a few years now, and recently I've gotten quite confused with all the options on the market: cs-script, [dotnet-script](https://github.com/dotnet-script/…
-
Hi,
I have a compiled exe application that will load a script like this,
CSScript.Evaluator.LoadFile(scriptPath, _logger);
My script is a class that contains methods that can do some work. I…
-
When I run `flutter build apk --analyze-size --target-platform android-arm` I get:
Dart snapshot generator failed with exit code -2147483645
FAILURE: Build failed with an exception.
* W…
-
When I am trying to build apk with command 'flutter build apk' , I am getting below error. Please let me know if anyone knows solution for this.
```
💪 Building with sound null safety 💪
../../th…
-
Currently we are getting below error while executing this with webpack
```
Running webpack ...
F:\xampp\htdocs\appointdemo\appointBook\node_modules\@symfony\webpack-encore\node_modules\webpack\li…
-
**I am getting these errors when build release apk using this command flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi.**
```
Dart snapshot generator faile…
-
Under preferences we just see Mayor.Minor
-
Mostly related to this issue: https://github.com/flutter/flutter/issues/80902#issue-864347843
flutter build apk
```
Building with sound null safety
../../third_party/dart/runtime/vm/compile…
-
## Steps to Reproduce
1.
```yaml
dependencies:
flutter:
sdk: flutter
tar: ^0.3.0-nullsafety.0
```
2.
```dart
import 'dart:io';
import 'package:flutter/material.dart';…
MMMzq updated
3 years ago