Erik Asís
Erik Asís
@rsforbes Sorry if I've been unclear. This should be executed in browser's console (F12 in firefox):  EDIT: You also can right click the return of the call and copy...
@pauldevos didn't know `console.save()` existed lol I'm not a JS developer neither so I can't help in some points. `angular.module(string)` expects a module name. Those modules can be found in...
The patched `libmswasapi.dll` also worked for me. I downgraded my Linphone from latest (`5.0.5 x64`) to `4.3.2 x86`.
Ok, I'll wait. Thanks!
Still empty on [v4.0.0-beta.358](https://github.com/coollabsio/coolify/releases/tag/v4.0.0-beta.358)
See https://github.com/microsoft/TinyTroupe/discussions/99 TL;DR ```python import os os.environ["OPENAI_API_KEY"] = "ollama" os.environ["OPENAI_BASE_URL"] = "http://localhost:11434/v1" ```
See https://github.com/microsoft/TinyTroupe/discussions/99 TL;DR ```python import os os.environ["OPENAI_API_KEY"] = "ollama" os.environ["OPENAI_BASE_URL"] = "http://localhost:11434/v1" ```
@danielemoraschi I had the same problem and solved editing the docker-compose.yaml file: ```diff yaml services: keycloak: image: 'quay.io/keycloak/keycloak:26.0' - command: - - start + command: start --hostname https://identity.mydomain.com # ......
Any updates on this? I'm generating a PDF with many photos (retrieved from the backend), and some of them have the wrong orientation. I'm creating the PDF from a Next.js...
> You can create your own wrapper component which supports two way binding. Be careful, HTML ids cannot start with numbers, is better to add a prefix: ```csharp private readonly...