SquixTech

Results 10 comments of SquixTech

Thanks, I tried the snippet, but Angular still doesn't want to init my firebase app on web, seems to work on device, but I can't try sign in, because I've...

Getting the same error here, the fonts I import (using data-base64) seems to be way to large (they are variable fonts), so all tailwind classes are not correctly imported in...

I'm getting the same error on plasmo v0.84. I tried overriding @parcel/runtime-js to use 2.8.3, then deleting node_modules and build folder. It just doesn't work. When I open the popup...

> Did someone manage to make litellm + continue.dev work for autocomplete? Yes! This is how to do it for codestral: https://github.com/BerriAI/litellm/issues/9251#issuecomment-3314863160

Still a problem in 1.90.2, can't create new select options. I think the Airtable node must be updated (with the new ignore validation parameter when using Typecast option ?).

I stumbled upon this problem too. The debugger NEEDS to display a warning instead of silently skipping keys...

Someone said python does that. But you're right, I don't know the inners working of GDScript. Maybe at lint stage in the editor then?

> I have also discovered this. I think the "hitting enter" part is the problem here, when I add text to already existing paragraphs it stays. But when I use...

> model_list: > - model_name: codestral-latest > litellm_params: > model: text-completion-codestral/codestral-latest > api_base: https://Codestral-2501-xxxxx.xxx.models.ai.azure.com/v1/fim/completions > api_key: xxxxxx > "model": "codestral-latest", > "prompt": "def multiply(a,b): ", > "suffix": "return c", >...