kimgysen

Results 16 comments of kimgysen

It's much better to put the transition effect off per default. There is no functional use to having the delay and it will only bother the user rather than enhance...

It would seem that by the time you can blacklist, it is already too late, and your website is screwed. Unless I'm missing something obvious.

Looks like something could be done using a substring, as shown in the docs: `const all = db.query((doc) => doc.followers >= 500)` Might be useful to create some alias having...

Did this feature get attention?

In order to simply verify whether a node has children (eg in order to show a caret if there are child nodes), it seems easy with the above proposed model....

Same issue on firefox 2021. Is the lib dead?

![Screenshot 2021-08-12 at 20 54 37](https://user-images.githubusercontent.com/4547364/129252934-e6a7e8ef-7287-41e9-8b8e-e8444199bd02.png) Not sure if you are referring to the same in this ticket, but I notice that the middle separator is not shown. I assume...

Cannot use the lib because of this missing feature, otherwise wouldn't have doubted. I feel it's better not to wait for user feedback, many users will just move on without...

I have the same issue regarding didScrollToIndex... Please advise. Many thanks, great library!

I'm using Restify v8.3.3 and validations are ignored again. Is this library still supported currently? ``` const trendingValidation = { queries: { near_lat: { isRequired: true }, near_lng: { isRequired:...