Pedro Muniz

Results 50 issues of Pedro Muniz

**Is your feature request related to a problem? Please describe.** Logging and analytics and auth in server actions can be repetitive with clerk and posthog **Describe the solution you'd like**...

enhancement

## Description Added an I18n package using next-international. I personally like next-international, as it is easy to setup and quite simple to get going. For this package, I mirrored closely...

## Description Added a custom turbo generator, to generate packages for the repository. It closely mirrors the generator found in this repo https://github.com/t3-oss/create-t3-turbo. I edited the existing packages to include...

## Description Documentation on the proposal of adding Next Safe Action library as a recommendation on the addon page. To demonstrate further how good I believe next-safe-action is, I think...

**Is your feature request related to a problem? Please describe.** As we add more packages that use middlewares to rewrite urls and add headers, it becomes harder to chain them...

enhancement
blocked

Closes #1508 . There were two small issues to fix: 1. We were not checking in the IndexMap of columns, if the unique column name is declared in the composite...

Closes #1482. The problem was that when calling cursor delete, it did not invalidate the immutable record. Also, even if it was invalidated, I needed to change the `key_exists_in_index` function...

As there were many merge conflicts for the other PR, I rewrote the code and condensed it here. ORIGINAL PR TEXT: Provides the code to almost close https://github.com/tursodatabase/limbo/issues/1251 . The...

I was implementing `ALTER TABLE .. RENAME TO`, and I noticed that `COLLATE` was necessary for it to work. This is a relatively big PR as to properly implement `COLLATE`,...