Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
enuchi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
enuchi
6y ago
Mmm, nope. But open an issue and I'll help you out.
2.
▲
by
enuchi
6y ago
Thanks!
3.
▲
by
enuchi
6y ago
Thanks. Not sure I understand your question, or if I did a good job explaining the iframe bit. The iframe is needed to load the local development experience, but it is not calling the functionality remotely. It is just passing function call
4.
▲
by
enuchi
6y ago
Nice idea -- the main thing needed would be to update the Webpack configuration to support e.g. Vue instead of React, and to make sure to generate a single HTML file for your Vue app that includes all scripts and styles. Might not be so bad
5.
▲
by
enuchi
6y ago
Great! Haven't been a big Typescript user myself but seeing a lot of interest in it for GAS projects so included support for it in this project, and included a sample Typescript demo component.
6.
▲
by
enuchi
6y ago
Been working on this side project for a while. Google Apps Script is Google’s development platform for writing scripts for Google apps like Sheets, Docs, Slides etc. It also lets you load HTML pages inside window dialogs in these apps, so y
7.
▲
Show HN: Use React to build G Suite dialogs and add-ons
(github.com)
108 points
by
enuchi
6y ago
|
15 comments
8.
▲
by
enuchi
6y ago
Actually hadn't heard of it. It has about half the downloads of sequelize but really nice to hear there's a popular alternative. Will check it out for the next project.
9.
▲
by
enuchi
6y ago
It is a big pain in the butt but it is definitely the standard/most popular. I can't imagine boilerplate using another ORM.