-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v18.20.3
- Nuxt Version: 3.12.2
- CLI Version: 3.12.0
- Nitro Version: 2.9.6
- Package…
-
More people submit PR for documents in Markdown files or other things via Github web editor. If they make a mistake then the CI fails but there is no chance to inform the user whats wrong.
I see s…
-
Currently, there are environment variables spread out across the web documentation — with differing collections of variables listed or duplicated on different pages, for example:
runtime > manual…
-
**Background:**
We are trying to automate a testcase via robot framework via FlaUI library. We have a custom made GUI to control. Before, we were using TestStackWhite and with that library we were ab…
-
### Android application type
.NET Android (net7.0-android, net8.0-android, etc.)
### Affected platform version
VS 2022 17.11 Preview 1, .NET 8.0.300, MAUI 8.0.40
### Description
This is…
-
When trying to cross compile gallery example via
```
SLINT_NO_QT=1 cargo build --target x86_64-apple-darwin
```
`cross build` not change anything, because image with this target not exists
I go…
-
### Description
Failed build
Task :react-native-reanimated:buildCMakeDebug[armeabi-v7a] FAILED
C/C++: ninja: error: mkdir(src/main/cpp/reanimated/CMakeFiles/reanimated.dir/C_/projects/Idea/Ide…
-
- [x] Import sorting with [isort](https://pycqa.github.io/isort/)
- [x] Code formatting with [Black](https://github.com/psf/black) and [Prettier](https://prettier.io/)
- [ ] ~Black formatting in doc…
-
- [ ] Runtime doesn't wrap non-exception throws into a System.Exception (IL allows `throw new object()`)
- [ ] Limited support for multi-dim arrays with non-zero lower bounds (can be created in IL or…
-
### Issue description
Downcasting is an operation that returns `null` when input is `null`. However, when the explicit coercion type is not nullable, the downcasting result currently won't be nulla…