Adriano Ferrari

Results 14 comments of Adriano Ferrari

There's a PR waiting to be merged that fixes this... any chance it could be merged soon, @mmaietta ? https://github.com/develar/app-builder/pull/80 It's no longer a warning, but a build failure. And...

I agree. Absolutely essential!

Thanks ccidral! This is already one of the best Pomodoro timers out there, and this one feature will push it to #1

I tried to reproduce using your repo (to see if my current bug is related), but I wasn't able to. Both the browser back button, and the one you included...

I'm finding that I need this too. With the `--no-extra` option, zipping a `mimetype` file along with my data allows Linux to guess the mimetype of the file. Without that...

I'm having the same issue (sorry, can't make a repro right now). If I use https://playwright.dev/docs/test-global-setup-teardown#option-1-project-dependencies to setup/teardown, then in UI mode I only see: - teardown (if it exists)...

I upgraded from bun v1.0.0 to v1.0.26 and I started getting this error intermittently when starting my server. Downgrading to 1.0.18 made it go away. Not using prisma. My server...

Thanks for the gist, @jwoudenberg . For anyone else that finds themselves needing a non-empty Zipper, consider that maybe what you need is a `List` _or_ a `Zipper`, and simply...

I've made a simple PR (#209) to remove the couch-pwd dependency. The PR passes all tests, but if someone else (@silverbackdan ? @dantman ?) can have a look at it...

I think I'm facing a related error. My goal is to have the native "placeholder label option" working with elm-form. I have a list of options, the first of which...