Paul Ostarek

Results 12 comments of Paul Ostarek

> @djshubs i ended up writing the function on all columns that i need it until i find out how to solve it Have you tried this? Makes sure filterFns...

Imo it would be most convenient if it does accept the array as input. Radius is natively also not a prop on the svg element (so its custom behaviour in...

To provide some further input: The function to cast the respective enums would be quite easy, the magic would just be to automatically assign the function whenever there is an...

@ckifer @PavelVanecek thank you for checking! Unfortunately, I have to confirm that it's not just a TS error, the ref got actually removed on ComposedChart (or at least some methods...

Tested it, the ref got removed...

Hi @wobsoriano , thanks for the response but as mentioned it's not typesafe (+ throws during runtime, at least when imported from the node sdk):

Hi @wobsoriano , thank you for doublechecking! Works! We used the authenticateRequest on the higher level sdk node package before where it was failing, but seems to be smooth with...

@afirstenberg not sure if it works/helps for `@langchain/google-common`, but via `@langchain/google-vertexai` it works by calling ```ts const result = await gemini.invoke([ ["system", systemInstructions], new HumanMessage([ { type: "text", text: userInput,...

@afirstenberg sounds great! Do you already have a rough timeline you can share? Would love to support if we can help on a PR. We're heavily dependent on the image...