-
**Describe the issue**
The [docs](https://dart-lang.github.io/linter/lints/avoid_type_to_string.html) say
> DO avoid calls to .toString() in production code, since it does not contractually retu…
-
I'm using `deno cache` to download all dependencies into an image for production use. In production, types are not that necessary so they can be omitted. This would speed up caching time, reduce netwo…
-
### Description
The current [docs page](https://docs.flyte.org/en/latest/user_guide/productionizing/configuring_logging_links_in_the_ui.html#configure-logging) includes an example that is generic and…
-
Most of the problems I have tackled on the site (around 20) have 2 or 3 testcases. For some problems this amount is sufficient to get the point across, but I was wondering what your thoughts were on a…
-
**What are you trying to achieve and what is your issue? Please describe.**
I used the [official doc](https://docs.datadoghq.com/fr/real_user_monitoring/guide/monitor-your-nextjs-app-with-rum/?tab…
-
**Describe the issue**
```dart
void main() {
final array = [];
assert(() {
final contains = array.contains(null);
// ... other calculations
print('Array contains null: $cont…
-
### Tested versions
- Reproducible in: master branch
### System information
Win 10 + Visual Studio 2022 + MSVC toolchain
### Issue description
Building template_release with debug symbol to profi…
-
### Entry type
- New addition
### App info
URL: https://app.dyadstable.xyz/
Manifest.json URL: https://app.dyadstable.xyz/manifest.json
Name: DYAD Stablecoin
Description: DYAD…
-
In production environment there is an error logged in exception log continuosly
[2018-01-05 08:19:16] main.CRITICAL: Area code not set: Area code must be set before starting a session. {"exception":"…
-
### Description
When using `useAnimatedKeyboard` there are times when the `height` returned by the hook is not right, causing the same "jump" effect as `KeyboardAvoidingView`. This is caused by the…