Tiago Temporin

Results 7 issues of Tiago Temporin

## Scenario Imagine you have two tables, `posts` and `comments`, with the following structure: ```sql create table posts ( id serial, title varchar(100) not null, description text, likes integer default...

feature
product/api-server

Create a command to create users (like in [Django](https://docs.djangoproject.com/en/3.1/topics/auth/default/#creating-superusers)) to be used on the auth endpoint.

feature
product/api-server

I'm working to increase the coverage of the package and I have found a few `log.Fatal` and two `panic` call's inside the packages. This is a problem since if I...

brainstorm
refactoring
product/api-server

Since Angular Team doesn't have plans to implement this feature in a near future, the idea is to extend official Datepicker component to add a timer-picker related to: https://github.com/angular/components/issues/5648

roadmap
request: new component

Add a new function to handle optional character in the mask like: (99) 9999?9-9999

enhancement

Refactor driver to be more like ORM

enhancement

Implement aggregate method

enhancement