Junjie Wang
Junjie Wang
### Issue: ProgressCircular is not reactive. ### Screenshot:  ### 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...
### Issue: Buttons in ButtonGroup don't correctly connect. ### Screenshot:  ### 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...
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...