Omar Shahid

Results 11 comments of Omar Shahid

Looks like there is some module that requires Node `>= 10`, causing the tests to fail: ![image](https://user-images.githubusercontent.com/40920737/168775353-966dbaa2-01e7-4f36-b1d4-2f99292cded2.png)

+1 for the PR. The curly braces comment syntax `{` `}` doesn't work when writing comments within a tag. Example: ```jsx

@ianchanning I also need to validate video duration when uploading the file, but seems like the event parameters and types have changed. Here is my code: ```ts //@ts-ignore async getFilesFromEvent(event:...

@ianchanning , yeah I decided not to get too deep in the type script typings, and decided to take a look on how react-dropzone handles it. There is a nice...

I've got the same issue, was trying the editor for the first time, and got a white screen blob for some time then it closed. Lapce Version `v0.3.1` OS: `Windows...

Thanks @chaodonghu, but how can I use two sensors at a time for the same element? One sensor for click and drag, other for long click and drag.

Thank you @rikschennink! I appreciate the effort you are putting into this project! Best Regards.

I found out it is due to the `getFilesFromEvent` function...

@Carson-Haskell @maxiedaniels The "onDrop" wasn't working due to how I was previously calculating the video duration in the "getFilesFromEvent" method. Replacing that with external library fixed my issue. I've also...