-
Original title: *ViewChildren doesn't get children created with NgTemplateOutlet*
**Please see comments below...**
**I'm submitting a ...**
```
[x] bug report
```
**Current behavior**
Whe…
-
I want to switch 'child.layer.image.pixelData' into blob file and transfer the file to server, for example,
`window.URL.createObjectURL( new Blob([child.layer.image.pixelData], {type: 'image/png'}…
-
When the file size is an integer multiple of 1024, during the final stages of the transfer, it repeatedly starts over and prompts whether to overwrite. This seems to be caused by a mismatch between th…
-
// ignore_for_file: unnecessary_string_interpolations
import 'dart:async';
import 'package:agora_rtc_engine/agora_rtc_engine.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
impor…
-
## Operator (or step types)
Operators are predefined, composable step logic modules that can be used as building blocks for the pipeline.
| Operator | Description | WhenReady | WhenStarting | S…
-
In my previous issue #113524 i have a discussed the No material widget found behavior which is also discussed here #28326 that sometimes when navigating the `Material` widget not found error with red …
-
### 🔍 Search Terms
in:title frozen
in:title freeze
+ I don't remember for Array.isArray()
I searched for issues on `Array.isArray()` and found a *lot* of them, too much to list them all.
3 weeks ag…
-
At times when pexpect.expect is expecting an output, if the child process is hung, we eventually get TIMEOUT.
It would be better if a new type 'idle' or 'hang' can be added and this is reported when …
-
I noticed that the typeguards for these recursive types don't perform a useful test:
`index.ts`:
```typescript
// Recursion
/** @see {isRecursiveType} ts-auto-guard:type-guard */
export type Re…
-
We could theoretically expose a record limit in config for SDK-based taps. This would basically be a more advanced implementation of `--test` CLI flag.
However, it is important to properly disclaim…