AngangGuo
AngangGuo
Thanks for this great library. Is there plan to add in-line editing feature for the data table like this: https://github.com/carbon-design-system/carbon-addons-iot-react/issues/720 ?
Can you please add the tutorial on how to use Carbon Components for Svelte App like the following page on Vue? https://www.carbondesignsystem.com/tutorial/vue/overview Thanks
According to the example from https://pkg.go.dev/github.com/kkdai/youtube/v2#example-Client.GetStream, the stream should be closed after finished download. For [example_test.go[(https://github.com/kkdai/youtube/blob/master/example_test.go),, It's better to add `defer stream.Close()` at line 27.