Juan Stoppa

Results 7 comments of Juan Stoppa

Thanks so much for proposing this feature, it's a great idea! I originally created this library with the Apollo client but then I decided to make the service implementation up...

@LucianViana Not sure if I understand what you are trying to do but I put a [very simple example in stackblitz](https://stackblitz.com/edit/simple-form-example) This example has 2 fields and a save button....

I'm not sure about your setup, looks like you are trying to mock some data with jest? in any case, formql shouldn't have any problem to work with that API....

thanks, would you consider adding a parameter in the connection details to populate the redirect parameter, I guess is this line below. I'm happy to create a PR https://github.com/rajyraman/Dataverse-LINQPad-Driver/blob/472b1c709be60ed7130532bdeab7ef96ac8eab87/src/ConnectionProperties.cs#L36

I'm getting the same error! did you manage to find a solution?

Not sure what you are trying to do but in my case I was using [LangChain](https://github.com/langchain-ai/langchain) and running this example https://python.langchain.com/docs/integrations/document_loaders/hugging_face_dataset/ It seems to work with the below changes (comments...