Mikołaj Powierża
Mikołaj Powierża
When selecting a new model, the web GUI shows message "loading model" but there's no progress bar. Only in the container's logs I can see that the layers are being...
I'm running local HyperDX with the app and API ports mapped: ```bash docker run -p 8001:8000 -p 4318:4318 -p 4317:4317 -p 8081:8080 -p 8002:8002 -e HYPERDX_APP_PORT=8081 -e HYPERDX_API_PORT=8001 hyperdx/hyperdx-local ```...
Exact error messages: ``` Command cancel not found Command get_active not found Command get_pending not found ``` My code: ```js const checkNotifications = () => { active().then((notifications) => { console.log({...
[notification] `active()` returns an empty object on Android instead of list of active notifications
I want to get a list of notifications displayed in the notification center on Android after I send some notifications. In JS I invoke: ```js const checkNotifications = () =>...
When I select files on Android (either by [`open`](https://v2.tauri.app/plugin/dialog/#open-a-file-selector-dialog) on frontend or [`pick_files`](https://docs.rs/tauri-plugin-dialog/latest/tauri_plugin_dialog/struct.FileDialogBuilder.html#method.pick_files) on backend) a `content://` URI is returned: ``` content://com.android.providers.media.documents/document/image%3A18 ``` How do I get to the filename?...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...
Only Google Cloud solution is supported. Please add support for `generativeai`, the Gemini provider. https://ai.google.dev/gemini-api/docs/quickstart?lang=python
Hi! `jnv` is an awesome tool I've started using yesterday for processing large and deeply nested JSONs. The only painpoint I have is that it doesn't support Alt + Backspace....