Nic Newdigate

Results 42 comments of Nic Newdigate

I was able to reproduce the issue before, but I'm no longer able to reproduce now, using the fix/interpolation2 branch. The issue with the 2.5 x rate (and 1.5x, etc....)...

>> Is it intentional that there seems to be no way to set linear interpolation, just none or quadratic? I think linear interpolation should be working, I just haven't enabled...

looking at it..... linear interpolation has the same bug!!! doh! I don't think it'll work well with 1.5, 2.5, 1.25, very well...

ops, sorry correction on line 504 ResamplingReader, should be: ``` c++ for(int i=0;i

I have reverted all the changes locally, so I just have fix/interpolation2 branch, re-ran my 2.5 x tests and all seems fine to me... Unfortunately I'm running these tests on...

>> useDualPlaybackHead Its a bit of an experimental feature. The concept is easy, but it starts getting a bit tricky when doing the interpolation. Maybe one-day when Im inspired I...

ah! makes sense now. well spotted. thank you Johnathan!

Hi, @lindsaym-fa We have a suffix in the dropdown component which we use as a button for the user to change their dropdown preferences: ![image](https://github.com/shoelace-style/shoelace/assets/3748334/3d85f221-c382-41c4-8019-e4cece5f73c7) We are looking to have...

@claviska, @lindsaym-fa A better example is this: The input component has prefix and suffix: ![image](https://github.com/shoelace-style/shoelace/assets/3748334/2281e97f-320d-4a91-882d-b4609051db63) However the select component only has a prefix: ![image](https://github.com/shoelace-style/shoelace/assets/3748334/5fc15980-7423-4703-9925-53b64198cae1) We required the select component to...

hi @lindsaym-fa here is a non-interactive use-case: we have a select component and we want to indicate the selected user is out-of-office: ![image](https://github.com/shoelace-style/shoelace/assets/3748334/8a98e0c2-46f1-44b2-bfa0-120589ed96a0) ![image](https://github.com/shoelace-style/shoelace/assets/3748334/f96ac04d-78a1-4436-be79-62704f5446ed)