James Long
James Long
> If we did this, we'd probably want to add a new standard --format flag I think I'm a little confused what the goal is: do you want to take...
@feross I see, thanks for explaining! I'm a little worried about both of the communities having to keep in sync and making sure that any changes need to be accepted...
Awesome. I gotta run but let's keep talking! Are you all really opinionated about the space after function name? fwiw we've been referencing the [airbnb style guide](https://github.com/airbnb/javascript) to inform us...
Also our default style is semicolons, but we just added an option to not use semicolons, so we can do `prettier --no-semi && standard` but technically standard's default style will...
Hello! I have built a project that solves this problem as well. For the last couple years I've built a completely local app (https://actualbudget.com), and it works well with Electron...
@rhashimoto I'm been thinking about and I think you can benefit from long-lived transactions too. Even though your functions are async, when you return data to SQLite if it is...
> Did you contact @kripken or open an issue in emscripten about that ? I'm not a huge fan of adding C code here... Not yet, and I totally agree....
Thanks @rhashimoto! It's too bad I didn't find your project until late into my research because I would have reached out earlier. Thank you for all your work! Yeah, I...
Just realized I never link to my post, it's here: https://jlongster.com/future-sql-web I'll add a link to wa-sqlite from my project as an alternative Sorry I have put a PR to...
Thank you! Thanks for others here doing this research too! I am SO sorry I dropped the ball here. I had put off a lot of stuff to get this...