Storm Energy
Storm Energy
I have the same problem. I think the problem is that in the line 80 of [video_apis.dart](https://github.com/newtaDev/pod_player/blob/master/lib/src/utils/video_apis.dart) it refer to `files` but there is no this option in the json...
Reading Vimeo docs I think this function is only available with Vimeo Standard (ex Pro) or greater
> A friend of mine tested for me and said that dozen works on Gen 3 (Dev Kit 2023), with driver version 30.0.3681.5800. Where he find that driver? I also...
Downgrade to verion [0.92](https://github.com/clawsoftware/clawPDF/releases/tag/0.9.2) fixed the problem for me. I think there is something wrong in the fix "_[bugfix] Fixed a bug where in some cases only administrators could use...
Thanks @gvreddy04, I missed that component. It would be perfect if it's possible to select multiple results, but I didn't find anything about that in the documentation. Is it possible?
In the [AutoComplete](https://demos.blazorbootstrap.com/form/autocomplete) component, is it possible to show all items in the dropdown simply by clicking on it? I tried, but it seems I need to type something before...
The problem is present also in [this page](https://demos.blazorbootstrap.com/grid/overview#client-side-filtering-paging-sorting). Try to select some items and than change page.
I also tried (with the same CPU/GPU) build the container with [this instruction](https://localai.io/features/gpu-acceleration/index.html#rocmamd-acceleration) using this vars ``` Environment=HSA_OVERRIDE_GFX_VERSION=11.5.1 Environment=ROCR_VISIBLE_DEVICES=0 Environment=PORT=8080 Environment=DEBUG=true Environment=REBUILD=true Environment=BUILD_TYPE=hipblas Environment=GPU_TARGETS=gfx1151 Environment=LOCALAI_FORCE_META_BACKEND_CAPABILITY=amd ``` but in the logs...
Same problem with `Lemonade/Llamacpp` on `Strix Halo` and models 70B+. A configurable option for timeout in OpenAI Compatible would be very useful.
In [my example](https://github.com/vikramlearning/blazorbootstrap/discussions/1132), where I tried to add drag-and-drop sortable rows in the Grid component, I encountered the same issue. The solution was to store the Sortable object in a...