Victorio Berra

Results 222 comments of Victorio Berra

@itpropro I added more info to my orig comment. Those flags do nothing in my config.

@mrleblanc101 Is there anything wrong with my config, or my button click event? ![image](https://github.com/user-attachments/assets/a0563772-10a7-4788-8da6-235eaace8103)

Same result with: @mrleblanc101 ```ts const { fetch } = useOidcAuth() fetch() .then(data => { console.log(data) }) .catch(error => { console.error('Error:', error) }) ``` Which I confirm hits /api/_auth/session **server...

@mrleblanc101 package.json `"nuxt-oidc-auth": "^0.18.0",`. Not sure I follow on the hooks, the above code I showed `fetch()` hits `api/_auth/session`

GOT IT. KeyCloak by default sets the access token expiration to 1 minute. Once I bumped to 1 hour, it all started working. That was frustrating.

Seeing same issue, tagging myself as well.

I love the shift+space which triggers the generation. The personal assistant implementation is a little odd since the UI is built into the result view area, try it and you...

LinqPad can use azure and openai. Not sure if ollama is planned. ![y1su0amcityd.png](https://github.com/user-attachments/assets/081d6bcf-ada6-4ecf-a82f-53b7b8b004d6) Older screenshot from last year ^

Possibly/probably related to https://github.com/serdarciplak/BlazorMonaco/issues/126 @serdarciplak any advice?

@annando I am unable to do that, if I click 'next', Chrome prompts me: ![image](https://github.com/user-attachments/assets/7b551c5c-9b5d-48df-8268-38f6cd550983) If i "send anyway" I get a blank white page. It appears to want to...