-
**Environment**
- CLI: 7.0.9 -RC.0
- Cross-platform modules: core
- Android Runtime: 7.0.0
- iOS Runtime: 7.0.0
- Plugin(s):
@nstudio/nativescript-cardview
@owen-it/nativescript-uuid
mom…
-
My of my own applications is not crashing anymore after these changes. Nice!
There is another issue I've been seeing. There's a use-after-free bug detected when the address sanitizer is enabled. It…
-
### Description
After a fresh install of Ubuntu, ROS and MoveIt I try to plan motions for the Fanuc M20IA Robot using the ROS-Industrial Repository.
When I launch the moveit_planning_execution.laun…
-
## Command
```
flutter packages get
```
## Steps to Reproduce
1. ...
2. ...
3. ...
## Logs
FileSystemException: writeFrom failed, OS Error: No space left on device, errno = 28
```
#0 …
-
There are some issues with the **3b2** simulator:
- The idisk device **no longer works with HD30 or HD161 images**.
- The idisk device still works with the HD72 device.
This issue exists since c…
-
this command `python eval.py --agent-config baselines/config/random-agent.yaml --episode-config config/check-ground-truth.yaml
` gives the following error:
```
Set current directory to /home/elia…
-
### Minimal code to reproduce:
```dart
Scaffold(
appBar: AppBar(title: Text('First Screen')),
body: Column(
children: [
Spacer(),
OpenContainer(
closedBuilder: (_, …
-
## Steps to Reproduce
1. Put the example code below into a project and run it
2. Tap the "+" button in the app to swap between two values of `minimum` passed to `SafeArea`
3. Observe that text bo…
-
I'm not sure if this is a bug or a feature.
## Steps to Reproduce
Demonstrative code:
```dart
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class…
-
Hi,
I am trying to use this plugin and cancelled event listener is triggered immediately after start. Here s my code
const options = {
url: `${config.ApiUrl}PhotoUpload/PostSinglePhoto/${…