Sajad Ghawami

Results 19 comments of Sajad Ghawami

Does `ts-node` automatically pass the `--incremental` flag? In other words, Is this ready for usage now? :)

Having the same issue. We are using detox for e2e testing, before a `multiTap` was needed to activate a checkbox. After upgrading, somehow this changed to only one tap and...

@dVaytul This is my current situation: ### Description We had detox running perfectly in our pipeline with `detox@17` and `[email protected]` - so all test would pass, and we had the...

i did the same thing, and had simliar problems. I solved it by using: ```js onDragStop = (e, ui) => { } ``` You can use `this.rnd.updatePosition` in there without...

i get your point, and had the same issue, because i needed customizable and multiple grids. So, i ended up doing the same for resize, keeping the logic in ```js...

hey @canac , thank you for the quick reply! You are right, the cast is working fine. Thank you :)

what a nasty bug... even with @renanbronchart 's fix i am still getting the same error. I ve also tried @iosart fix, but i keep getting: ``` web:dev: error -...

react-native has its own implementation by now: https://reactnative.dev/docs/keyboardavoidingview

hey @chidimo did you happen to find a solution for this? :)