-
Code
```
ModalBottomSheet(
state = rememberModalBottomSheetState(initialDetent = SheetDetent.FullyExpanded),
) {
Sheet(
modifier = Modifier
.back…
-
### Does this bug already exist in our backlog?
- [x] I have checked and confirm this is a new bug.
### Describe the issue
After completing the November 2024 CoE update, the Admin Command Center ha…
-
Hi,
We're experiencing a crash in our Android app:
```
Fatal Exception: java.lang.RuntimeException: Unable to stop activity {com.grubhub.android/com.grubhub.dinerapp.android.splash.Sp…
-
**Describe the bug**
It's as description says, when I try to import obb from openbb I get
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
**To Reproduce**
O…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Do you want this issue prioritized?
- [ ] Yes, I have sponsored
- [ ] Not urgent
### Current Behavior
Instal…
-
### Version
1.3.0
### Environment that reproduces the issue
Android
### Is it reproducible in the example application?
Yes
### Reproduction steps
In the example app you include proguard rules. …
-
-
Describe the bug
When attempting to execute the simple_imaging_app example using the MONAI Deploy App SDK, the program fails to run due to a missing library error (libcudart.so.11.0: cannot open shar…
-
**Description**
Program [simp](https://github.com/kl4rry/simp) panic when open high resolution pictures,
such as 8736x11658px.
**Repro steps**
* Git clone `simp` and build with `cargo build --n…
-
```ts
import puppeteer from 'puppeteer-core'
import pie from 'puppeteer-in-electron'
import { getStream, wss } from 'puppeteer-stream'
pie.initialize(app)
const browser = await pie.connect(app,…