mnapoli
mnapoli

Matthieu Napoli

@mnapoli

Open-source developer, working on bref.sh

46 Posts 371 Views

  • No matching results...
  • Searching...

/ 255

Poll Options

✅ new bref.cloud feature: audit log

My goal is that you don't have to deal with IAM & co (unless you want to).
The audit log gives an overview of everything that happened in a team, but understandable by humans.
image

122

I love Inertia but this small thing is driving me crazy: errors (or some redirects like logout) show up in a modal. How can I stop that?
(and have a "normal" separate page always)
image

103

Upgraded bref.cloud to Inertia 2 beta:

- polling: added 1 line, deployments statuses & logs refresh live… So simple, no websockets ❤️
- prefetching: makes links (seem to) load instantly with 1 keyword ❤️
- deferred properties: removed custom code ❤️

docs: v2.inertiajs.com/upgrade-guide

123

I stumbled upon the oldest bref logo on a forgotten website 😄

Here's the evolution of the logo, last one on the right.
image

2

258

just looking at it I agree 😬
BUT the right one is much more than just a logo, and that's why I find it awesome:
1. it's an ascii character, so I can display it in the terminal
2. the CLI (e.g. `bref deploy`) uses the symbol (⠷) as the spinner (just like this demo: www.npmjs.com/package/cli-spinners)
So that makes this logo pretty unique :p Being able to use the logo in the terminal + as the spinner
image

46

Adding health checks to bref.cloud

This should help troubleshoot the most common issues on AWS Lambda: db connection not working, timeouts (because internet connectivity was lost), etc.

What else can I add to the list?
image

99