Mael

Results 131 comments of Mael
trafficstars

Speaking of CommandDialog, I also had warnings from vue saying it misses a DialogTitle and a DialogDescription for accessibility, so I had to do this, there's probably a better way?

Any progress on this? For me I just added this to CommandDialog: ``` import { useForwardPropsEmits } from "radix-vue"; import type { DialogRootEmits, DialogRootProps } from "radix-vue"; import { Command,...

Added a PR here @sadeghbarati https://github.com/radix-vue/shadcn-vue/pull/368

Will this be merged? This is how I'm solving it in CommandDialog for now ``` const props = defineProps< DialogRootProps & { filterFunction?: (val: Array, term: string) => Array; }...

if it can help, for me when I do Algolia search I do the following: - I bind the CommandDialog update:input to a method which triggers a query to algolia...

I agree and also how to easily build “escape hatch” to use any methods from vega-lite / observable from Mosaic would be useful

Basically I'd be looking for a solution where: - you drop your ChatGPT API key - you describe the format of your database tables - you possibly provide a few...

Related: - https://www.reddit.com/r/MachineLearning/comments/15269v8/p_chapyter_chatgpt_code_interpreter_in_jupyter/ - https://jupyter-ai.readthedocs.io/en/latest/ - https://github.com/paul-gauthier/aider