-
### Validation
- [X] I've read the [FAQ](https://github.com/xenia-canary/xenia-canary/wiki/FAQ).
- [X] The Xenia build used is from a canary branch. (not MLBS/AlexVS/master/pull requests, etc)
- …
-
If I drop this code into a `src/main.rs`:
```rust
#[no_mangle]
fn i128tof32(i: u128) -> f32 {
i as _
}
#[no_mangle]
fn i128tof64(i: u128) -> f64 {
i as _
}
#[no_mangle]
fn f32toi128(i: f32) …
-
While trying to test the planned Gordon Bell configuration on Frontier I initial ran into various build errors, but many of them were fixed by merging in the [simulations/cess-production](https://gith…
-
### Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
### What are you trying to accomplish?
Trying to log into sentry
### How are you getting stuck?
We have been using sentry sel…
-
### What happened?
Changes requested to presubmit.yml in PR review; schema of file / best practice has changed since last submission of module
### Version
N/A
### How to reproduce
_No response_…
-
## The problem
After adding the integration the tuya devices are not discovered.
The linked tuya-dev project shows all the tuya devices, but when configuring localtuya with that project the tuya de…
-
When running the file train_with_point_label.ipynb, I got an error :
---------------------------------------------------------------------------
TypeError Traceback (…
-
There are a lot of random Scratch app crashes in the chromium webview that are on older devices. From experience with our own devices, it's clear that the system installed webview is not updated frequ…
-
### Description
If "redirect to standard forums" is enabled, clicking the "mobile" link in the forum footer will automatically redirect back.
When the "mobile" link is clicked, the change to mobil…
-
#### Bug description
I have a complex object and I have created a custom serializer. One of the properties of the complex object is a list of other complex objects. When writing out the list from w…