Suchintan

Results 178 comments of Suchintan

@dbosompem Do you know when this will be resolved??

This is my bad @johnisanerd -- we'd love a quickstart contribution here if you're up for it :)

@martincarapia definitely use docker desktop!

Expected behaviour: We want Skyvern to say "Server Started" once the server has been successfully started (instead of saying nothing today)

I think you also need to do `poetry add google-generativeai` https://litellm.vercel.app/docs/providers/gemini

@ceki would love your thoughts here

> I've seen `MethodHandles.lookup().lookupClass()` used for exactly this purpose. Yeah that's one way, I wish we could embed this inside the logger instead so the caller has a clean interface

> > > I've seen `MethodHandles.lookup().lookupClass()` used for exactly this purpose. > > > > > > Yeah that's one way, I wish we could embed this inside the logger...

FYI this approach would work in `kotlin` due to the existance of `inline` functions. If you `inline` `getLogger()`, then `MethodHandles.lookup().lookupClass()` would return the class itself due to inlining.