breeze icon indicating copy to clipboard operation
breeze copied to clipboard

A development dashboard for Lucky Apps

Results 11 breeze issues
Sort by recently updated
recently updated
newest added

- Breeze version: main (0.2.0 at 1955e5c) - Lucky version: 1.0.0-rc1 (clean at init with no extra shards besides breeze) - Crystal: 1.6.0 Running `lucky db.migrate` after `lucky breeze.install` throws...

bug

https://github.com/crystal-lang/shards/issues/562 I have breeze installed at the most recent tagged version, v0.2.0. The shard.yml specifies an old version of lucky, and breeze runs `shards build` as a postinstall script. Running...

https://github.com/luckyframework/breeze/actions/workflows/docs.yml Think we need to add carbon as a development dependency

good first issue

I'm not sure if these queries show in the order they actually ran, but my guess is that might be hard to rely on. However, if we sort these by...

Some routes can get super long. We need to account for those. Maybe just truncate it after a certain length?

In the log, I can see > ▸ Sent 200 OK (70.18ms) but if I view that request in Breeze, I don't see that 70ms anywhere. It would be nice...

I went to run specs on my app locally, and I got a ton of deadlock errors: ``` Unhandled exception in spawn: deadlock detected (PQ::PQError) from lib/pg/src/pq/connection.cr:203:7 in 'handle_error' from...

Can already go from request to query, but there's no link back.

One feature @paulcsmith [mentioned before](https://github.com/luckyframework/breeze/pull/2#issuecomment-784313285) was having a way to view the sent emails. Right now, when you send an email in development, it's thrown in to the log with...

feature request