Pavel Zapletal

Results 6 comments of Pavel Zapletal

I still have this issue even when I set show_copilot_suggestions: true. The "Connect to Github" button does nothing".

> > I still have this issue even when I set show_copilot_suggestions: true. The "Connect to Github" button does nothing". > > Which version of Zed are you on? If...

I can confirm that this error is still present, if you try to import more icons at once. ("next": "^13.5.6", "@phosphor-icons/react": "^2.0.13") The modularizeImports fix above is no longer working...

I have similar problem but the suggested check on type === "change" is not working for values, that are set manualy using setValue("key",value) -> they are type === undefined.

> @bluebill1049 please consider to use https://react-hook-form.com/docs/useform/subscribe instead I wanted to use subscribe instead of watch, but the subscribe callback doesnt provide "name" which I use to check, which field...

> > > [@bluebill1049](https://github.com/bluebill1049) please consider to use https://react-hook-form.com/docs/useform/subscribe instead > > > > > > I wanted to use subscribe instead of watch, but the subscribe callback doesnt provide...