Felipe K. De Boni

Results 6 issues of Felipe K. De Boni

Add functionality to current page be automatically on center as requested here [#13](https://github.com/lyonlai/bootstrap-paginator/issues/13). I believe more people would appreciate this one :)

Added a new option to row direction. If the last row height is greater than targetRowHeight and the justifyLastRow is equals to false it's going to use the targetRowHeight as...

New function called  freezy_silently. I've created this function because I need to hide the flash, but if you are using the shutter sound, calling freezy will play and I really...

### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...

Type: Bug
Package: browser

Whenever transform and some others are used, the metadata is never added to the JSON. Example: ```ts const Schema = v.object({ id: v.pipe( v.string(), v.nonEmpty(), v.transform((input) => Number(input)), v.metadata({ description:...

question
stale

I've found a problem with custom error messages, not sure when it started tho. **Example schema:** ```tsx const Schema = v.object({ email: v.pipe( v.string("Whoops! It should be a string."), v.nonEmpty("Looks...

duplicate
intended