Ademílson Tonato
Ademílson Tonato
This is a proposal for the new version of the library: **v2.0.0** which implies a complete change (refactoring) of how the data is returned by the _library_. The current behaviour...
# Description We would like to be able to have a default value for `String`s and `Number`s when we receive a `Falsy` value. ```javascript const schema = Nope.string().default('default-value-trim').trim() // 'default-value-trim'...
**Question** I was wondering if it makes sense to add an action to run the benchmark for each pull-request, so we can identify if we want or not to merge...
### Describe the situation We are using in our navigation bar all texts as capital letters and this brings some special problems for (screen readers & search engines). ### To...
### Description We are adding "pretty-quick" as an alternative to "Prettier Action", your responsibility is to run "prettier" when we change any file (respecting the defined default) when we commit...
### Description This pull-request introduces routes into the application, making it possible to share the page we are on with other people easily. Fixes #294, #329 ### Type of Change:...
### Describe the bug We have been facing some problems with prettier action and we decided to replace it using a different approach. **Note:** We had a conversation about the...
### Description In order to fix the problem related on the issue #295 I've created the code to fix it. Fixes #295 ### Type of Change: - Code ### How...
## What kind of change does this PR introduce? - refactor: create PostgrestBuilder class - refactor: update PostgrestTransformBuilder and PostgrestQueryBuilder select method to use cleanColumns from helper file - feat:...