Artur Camenhas
Artur Camenhas
Hi all, How can i show/hide the SearchBar component? I'm using: `` With no luck.
Hi, There is any way to change the locale of CardSettingsDatePicker and TimerPicker? Thanks!
Hello again, I defined on CardSettingsDatePicker: ``` ... dateFormat: DateFormat("yyyy-MM-dd") ... ``` It's ok on the value field, but not in "Enter Date" field: ![Simulator Screen Shot - iPhone 12...
Hi all, I think that's important not to have a default value (initialValue) in this component to allow more flexibility. Imagine a form that asks for the birthdate: that field...
Hello, It's possible to implement a right icon to show/hide the password on the field? Thanks
Hello, I didnt see any example or test for a update mutation, how can be implemented this mutation: ` mutation MyMutation { update_users(where: {id: {_eq: 1}}, _set: {name: "My name"})...
Hi all, In my nuxt TS project i cant access the $gtm variable. Do i need to declare it in index.d.ts? If so, can anybody give me an hint to...
Hi, First of all thank you for your effort on this library. I created a project with your code sample, then put a print("...") on each function callbacks and debug...
Hi, I tested the new functionality "result_as_answer" and worked fine! https://github.com/crewAIInc/crewAI/blob/7b53457ef36e14f42af20dcd3abb1ba76883b502/tests/agent_test.py#L728 In the docs it's written: "...This setup is appropriate if the intention is for the tool to provide a...
Hello, I'm using Ollama via Groq, can I track those LLM calls with agentops? Thank you