You are viewing archived messages.
Go here to search the history.

Martin Sosic 2021-04-27 10:52:36

I am back with Wasp weekly updates! I will try to do them every week from now on, as a sort of accountability mechanism. This one covers last couple of weeks:

  • Added support for newest, production-ready version of Prisma.

  • Added support for .env file.

  • PostgreSQL can now be used during development.

  • Moved CI from Travis & Appveyor to Github Actions -> it is faster, simpler and free.

Plan for this week:

  • Looking into automatic CHANGELOG generation -> still figuring out how to set it up. http://conventionalcommits.org seems like the way to go.

  • Implement note taking app in Wasp as a case study.

  • Write and publish a blog post.

Yousef El-Dardiry 2021-04-28 18:03:43

Somewhat inspired by https://moldabledevelopment.com I started experimenting with custom Type Visualizers / inspectors in a notebook environment. Using Type Visualizers, you can “extend” the notebook environment to make it easier to visualize / inspect variables of certain types.

As the notebook is Typescript based I hooked into the TS system to implement this. Eventually I’d like visualizers to be shareable in a “plugin directory”.

Looking fwd to hearing your thoughts! What would you find this useful for?

https://www.loom.com/share/c606f610cd3b47db8e8db5dbab02adb1?a=1

Tudor Girba 2021-04-28 18:56:04

Beautiful!

Yousef El-Dardiry 2021-04-28 19:00:19

Ha good to see you here Tudor Girba . Thanks for the inspiration!

Tudor Girba 2021-04-28 19:01:10

Happy to contribute 🙂

Jack Rusher 2021-04-29 18:22:14

Nice one! 🙂