lthomas122

Results 9 comments of lthomas122

So I did find a fix for this, but it was sometime ago now... I will have a look for you when I have a chance and post my fix...

Can you explain the issue a little better for me @NevenLeung ? Is it that the actual volume is resetting in the JavaScript, like my issue? Or is it that...

if it's the actual volume not the volume UI controls. I've just written this script, which should point you in the right direction, however I've not tested it, as the...

Try the SDK reference: https://docs.aws.amazon.com/aws-sdk-php/v2/api/class-Aws.CognitoIdentity.CognitoIdentityClient.html

The `branding.css` is requested earlier than the `vendor.css` in the DOM, so you need to utilise CSS selector heirarchies to change any stylings defined in the `vendor.css`, where pretty much...

**UPDATE:** Seems to work if I implement the theme via the extensions prop, which isn't as described in the docs/readme: ```html import { ref, defineComponent } from 'vue'; import CodeMirror...

Pull Request adds SearXNG support. Adds a `SEARXNG_URL` variable in `.env.example` for defining a SearXNG endpoint and `searxng` is available as an option for the `SEARCH_API` variable. Adds function `searxng_search()`...

Code can be found here: https://github.com/lthomas122/ollama-deep-researcher-1

Pull Request adds SearXNG support. Adds a `SEARXNG_URL` variable in `.env.example` for defining a SearXNG endpoint and `searxng` is available as an option for the `SEARCH_API` variable. Adds function `searxng_search()`...