Justin Morant

Results 7 comments of Justin Morant

@fatlinesofcode just submitted a new pull request with a fix for this defect. The code now checking if event.originalEvent is defined as well as event.originalEvent.touches so it does not throw...

Thanks for the feedback @velociwabbit my answers to questions are in line below. Feel free to submit a PR for anything you feel better meets you use case. If you...

@velociwabbit Overall I think you are understanding the design in RQLiteJS and it appears as though you have answered most of your questions. Is there anything you still have lingering...

@velociwabbit there is an unit test and integration test (based on RQLite docker images) suite. You should be able to swap the current library code with what you are writing...

> My code is working but I am a bit confused about one item > > The way that query is set up I can detect if the SQL statement...

> Think of this as the software equivalent of a burner phone... no fancy features but it works. > > If you want to try it yourself (because I have...

@cons0l3 it shouldn't be too hard to port over the current code base to TypeScript. The code is already transpiled with babel I wrote JSDocs with types for all of...