-
This is more an experiment. OL does not use standard Event, so its events do not extend DOM Event (not totally sure this sentence makes sense). Anyway, this issue is to investigate if it is possible a…
ibaca updated
7 years ago
-
-
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Code of Conduct]…
-
Here is the command summary for the `edit` command, as plucked from the UG:
![image.png](https://raw.githubusercontent.com/brianchoon/pe/main/files/1b91fb09-3775-4c87-b960-1c366f2050fb.png)
Notice t…
-
==> Beginne check()...
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!
****************************************…
-
Right now running `mint -h` or `mint --help` prints this error: `Incorrect Usage: flag: help requested`. We need to handle these use cases properly. For that we need to define an extra global flag to …
-
The user `John Doe` accidentally typed an extra space in between. In this case, `John Doe` and `John Doe` are likely the same person because of the typo. Ideally, the app should be able to distinguish…
-
Some endpoints (e.g., /activities/{id} with PUT method) expect a JSON payload with boolean parameters. These are now "serialized" in the client by converting them to 1/0 integer values. While these ar…
-
**Is your feature request related to a problem? Please describe.**
When typing a call like
```dart
final result = await Get.toNamed('/somePage');
```
I get the error message
```dart
E/flutter …
-
**Is your feature request related to a problem? Please describe.**
Terramate currently lacks support for block-typed configuration in generated providers, only supporting argument-based configuration…