Kevin Wang

Results 5 comments of Kevin Wang

@hawkticehurst yes, I'm using react toolkit.

@hawkticehurst thank you for your reply. Yes, I'm using React and webview-ui-toolkit react. I later did another test, it seems the dropdown list's position is determined by its position on...

@hawkticehurst @daviddossett Thank you for your replies. We want to use it for telling users more information about an item like an icon, a list item when the mouse is...

I've also encountered such an issue, the component keeps re-rendering util its max-depth when triggered onChanged event. So I had to write the radio buttons using raw HTML.

I'm hitting the same issue, while trying to get the gpt2 embeddings of target via the following call: ``` self.gpt2.transformer.wte(target) ``` Error message: ``` RuntimeError: one of the variables needed...