Matt Oliver

Results 11 issues of Matt Oliver

Reverses the Action order of operations when using reverse. Closes #86

It looks like reverse _does_ reverse the individual commands, but if you chain a migration (.create.addForeignKey().addIndex()) and then reverse, it runs the Actions in the same order, causing the migration...

I'm having a spacing issue when `avoidKeyboard` is true. I believe that the current code isn't taking into account the safe area when calculating final height. I believe this also...

Having `map` accessible on a DeferredValue is already very useful but I'd like to also have `flatMap` available so I can return another DeferredValue based on the result of the...

help wanted

This exposes native db types to the dmmf json output for use in custom generators. Helps fix: https://github.com/prisma/prisma/issues/6844 https://github.com/prisma/prisma/issues/10252

kind/improvement
team/client
topic: dmmf

This PR enables Postgres `ltree` support in quaint. `ltree` is a Postgres column datatype that allows n-depth traversable trees to be used in filtering/querying rows. `ltree` is a native extension...

So I'm not sure how possible this is but I'd love to use since-like functionality at versioning case class fields when the _type_ changes. My gut tells me this is...

Currently, if a path to the htmlhintrc is supplied, "./" is appended to the path name, breaking absolute paths. Can this be removed?

enhancement

## ☕️ Reasoning Instead of a random UUID, I want to leverage `cuid` as the session token. This PR allows the ability to define a custom `generateSessionToken` function and return...

TypeScript
core

Add unit tests for httpbuilder and commandbuilder

enhancement