Paul Yoder

Results 14 comments of Paul Yoder

@oliverlj How are you updating the array? If it's a native array, then you can't use the `push()` method. You need to create a new array object so `@tracked` knows...

@spiegela there's another pull request that we're getting ready pull in, and it is going to get rid of the `_text` attribute for select boxes. We didn't really see a...

I'm interested in this PR moving forward. Especially now that Rails supports sharding databases horizontally and it becomes critical to not accidentally "cross the streams" (ghost busters reference) and select...

@HallDJack let me know if you would like help resolving the merge conflicts (and thanks for doing the initial work!)

Hi @amattie, When I run the test suite against your pull request, there are over 70 failures. I wonder what is causing the failures. You can run the test suite...

Currently it's not possible to reuse the same connection. I don't have the bandwidth to add this functionality, but if you want to work on a pull request for it,...

Sorry @bzaar, I don't have time to unzip your solution file. Can you provide a little more context and share the exact lines of code you're using.

Query a specific worksheet by index A specific worksheet can be queried by its index in relation to the other worksheets in the spreadsheet. The worsheets index order is based...

you can try repo.Worksheet(0), but that might return the first worksheet based on alphabetical order and not necessarily the order they appear. Unfortunately if it does sort it by alphabetical...