Guillaume Laforge

Results 75 comments of Guillaume Laforge

"Persistent" might be less confusing than "Immutable" (although "persistent" has other connotations in other contexts)

Indeed "persistent" means that former states persist even when you add other elements — which actually create a new (immutable) collection. I prefer "persist".

I know the confusion with "disk persistence", as that's what I was referring to when saying it had other "connotations". We'll have to make a call on that, perhaps discussing...

GroovyBlogs content is not always pointing at Groovy related content, so I would probably not integrate it. I prefer a manually curated approach.

I don't have an iPad mini Retina to test that :-( Do you know how to make that work nicely for your iPad?

I don't think Lanyrd have an official API, do they?

The error doesn't seem to be related to Groovy, so not sure I can be of much help. Groovy indeed uses ASM too, but it's shaded, in its own package,...

Would be great to see such a contribution to the project! For example, we could also use a Gemma model with that approach. One thing to check though would be...

Hi @Azyl, do you intend on creating a pull request with your suggested idea?

I have a project where I'm using both the PaLM and Gemini model, and I didn't see that problem. Usually, when running locally, I don't use the `GOOGLE_APPLICATION_CREDENTIALS` approach with...