Houski

Results 5 issues of Houski

### Problem Description The ability to select two (or more?) columns horizontally, taking first non-null value. It appears Pandas has implemented similar functionality but called it "combine_first". https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.combine_first.html Here is...

feature

**Is your feature request related to a problem? Please describe.** When uploading multi gig files, a percentage/parts uploaded indicator would be handy. **Describe the solution you'd like** A bool or...

enhancement
help wanted

It appears that if you create these routes in this order with the path! macro (haven't tested if you use regular path segments): path!("/property-api") path!("/property") and then run Leptos and...

bug

Something I noticed converting from 0.6 -> 0.7 ```path!("/property/:country_abbreviation?/:province_abbreviation?/:city?/:community?")``` This will return the error of " Invalid param segment: country_abbreviation? ". So missing routing parity to 0.6 with the path!...

**Describe the bug** Islands do not render in nested components under certain conditions. Everything inside the parent transition appears not to render. **To Reproduce** Run this minimum example repo: https://github.com/Houski/leptos_07_beta_bug_repros

documentation