Simon Hausmann
7576ea71f2
Node.js tutoria: Use await when calling run()
...
As it happens, the run() call is the last call in the app, so it also works without
await. But the moment somebody
adds code after run(), they'd be surprised
that it gets called
"before" run. So await for good measure.
2023-11-07 09:04:32 +01:00
Florian Blasius
bf77b064ab
Replace neon node port ( #3744 )
...
* Update api/node/README.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-24 15:07:59 +02:00
Olivier Goffart
11dea135f7
Domain: slint-ui.com -> slint.dev
2023-06-16 10:55:08 +02:00
Aurindam Jana
789cb3b735
Set MIT license to snippets under doc ( #2891 )
2023-06-15 11:21:16 +02:00
Florian Blasius
c6472f9662
add js memory tutorial ( #2421 )
2023-03-28 14:10:47 +02:00