Junjie Wang

Results 7 issues of Junjie Wang

### Issue: ProgressCircular is not reactive. ### Screenshot: ![image](https://user-images.githubusercontent.com/8561307/108742236-83b69780-7505-11eb-8716-32bcec116dd7.png) ### How to Reproduce: https://github.com/microdou/svelte-test/tree/svelte-materialify-progresscircular ``` sh git clone -b svelte-materialify-progresscircular https://github.com/microdou/svelte-test cd svelte-test npm i npm run dev # Then...

bug

### Issue: Buttons in ButtonGroup don't correctly connect. ### Screenshot: ![image](https://user-images.githubusercontent.com/8561307/108738606-cb3b2480-7501-11eb-86f9-d3e8b4a4a96f.png) ### How to Reproduce: https://github.com/microdou/svelte-test/tree/svelte-materialify-buttongroup ``` sh git clone -b svelte-materialify-buttongroup https://github.com/microdou/svelte-test cd svelte-test npm i npm run dev...

bug

An end user would naturally try to click "Next" & "Previous" at page bottom to navigate between pages. Maybe they should be clickable for navigation?

In a mouse pointer event, the dropdown arrow in a `Select` component correctly triggers dropdown menu. However, the svg icon prevents a touch event (on a mobile device) from triggering...

I'm experiencing the following error in the past few days. `File "/usr/lib/python2.7/site-packages/terminatorlib/terminal.py", line 1507, in feed self.vte.feed_child(text, len(text))` It turns out to be a known `terminator` bug, not by the...

Thanks for the awesome Svelvet library! I will be event better if any 3rd party library component can work flawlessly in a Svelvet Node. Currently there may be some issue...

### What happens? When casting a string to DECIMAL with various precisions and scales, DuckDB exhibits inconsistent rounding behavior. Specifically, casting the string `'1.0029999999999999'` to DECIMAL types with different precisions...

reproduced