The web walker

Results 75 comments of The web walker

@userquin Thanks for reporting this. The `postinstall` should not be run for published package as it is only required for local development. Let me look into it and raise a...

@userquin Thanks for raising this issue. IIUC node10 means node v10 which is a pretty old version of node. Not sure if that is still needed. Correct me if I'm...

I don't remember seeing these errors. Let me check that later when I'm with my laptop.

@userquin, I'm considering if it's beneficial to reference https://arethetypeswrong.github.io. It seems that the issues it uncovers aren't consistently the same, as it uses different TypeScript versions for validation. Yesterday it...

@userquin, could you kindly share the version you attempted to install? From what I can see, it's only v5 that has the typing issues that are confusing TypeScript.

I did some checking on `https://arethetypeswrong.github.io/?p=app-datepicker%406.0.0-rc.33` again not long while ago. ![arethetypeswrong github io__p=app-datepicker%406 0 0-rc 33](https://github.com/motss/app-datepicker/assets/10607759/6c810a11-9bab-47de-a2c5-a14785bce08b) By referring to the above screenshot, you can see that it is clearly...

@leodido So basically you want the following behavior, am I right? **_New behavior:**_ | `swipeLeft` | `swipeRight` | Expected result | | --- | --- | --- | | 0...

@leodido I like the idea of disallowing the element to swipeable element to left when `swipeRight` is set and vice versa. As you know, the current one will move the...

> Locally I removed IDE files (i.e., .idea/ commited folder) and inserted them into .gitignore. I think they should not be in the repo. Can I commit this change? Much...

@leodido Thanks for the update. > - [x] ~~Yes `_upHandler` should be triggered.~~ You're right. ``` The track event must be not ignored when user drags (without releasing pointer) in...