-
Is there a good way to append chunks of data to the current collision layer on a scene?
The main reason is to be able to create dynamic "infinite" games and specially to create the level on the run.
I…
-
The latest timeouts don't seem to be caused by a simple infinite loop. It's just that many files now take a *lot* longer than they used to. For example here is what's running right now:
```
nawroc…
-
**Community Note**
* Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comme…
-
## Steps to Reproduce
1. Run `flutter create inputchip_delete`.
2. Replace the `build()` method in `main.dart` as follows:
```dart
@override
Widget build(BuildContext context) {
return…
-
(Ranked from most to least essential)
- [x] Basic Infinite Runner @tigleym
- [x] Infinite Background @tigleym
- [x] Toast notifications @NightlySide
- [x] Showing collected letters to the player @…
-
Hello,
I am implementing this solution on my cluster, where the following pod security policy is applied: https://raw.githubusercontent.com/kubernetes/website/master/content/en/examples/policy/rest…
-
**Question**
I have run mutation test on a JavaScript repository having around 47000 mutants. The clear-text report is not getting shown in the terminal.
Only if I reduce the mutants and run test o…
-
Does the runner support Protractor sharding? I'm seeing a semi-frequent (50%+) instances where even with one "shard", the Protractor tests fail to ever exit because they're detecting a remaining webd…
-
### Reproduction
First of all, I know that's it could be the issue with @nx/remix runner, but if not might be can help me here?
1. Navigate to the project directory in the terminal.
2. Run the co…
-
It would be nice to have timeout support, ideally configurable per test. Default could stay infinite as not to change the current behaviour. Without timeouts a bad test could leave the whole runner ha…