Ademílson F. Tonato

Results 15 issues of Ademílson F. 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...

RFC

# 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...

Category: Coding
Type: Enhancement
Hacktoberfest

### 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...

Status: Needs Review

### 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:...

Status: Needs Review

### 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...

Status: Needs Testing
hacktoberfest-accepted

## 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:...