Antoine Pous

Results 12 issues of Antoine Pous

Hi! Actually `title` property ha no effect on `Button` component.

Hi, can you add @since tag ? Thank you.

`default` and `defaultDev` should pass the validator like a normal value, then there's no reason to put something else than string. Here's an example: ```ts const toArray = makeValidator((input: string):...

Each time when i try to use `res.url` i got an empty string. Here is my code : ```javascript rest.get(uri, {}, function(data, res) { if(res.statusCode < 200 || res.statusCode >=...

Actually we can't manipulate the job from it's callback. It would be really cool to be able to pause it and update it depending the task itself. For this use...

Currently anybody can configure any repo on any discord, this is a security issue. Requiring the repo secret token is the best way to fix it and avoid infos leak...

### Issue description Synchronize does not create postgres schema ### Expected Behavior When we specify a schema on an `@Entity` the ORM must try to create the schema while `Synchronize`...

bug
requires triage

Hi, can you implement promise when the callback is not provided? Promises are really usefull :)

This is a work in progress, this issue is related to PR #713 and still need some fixes and requires a lot of tests. Any advice are welcome, the debate...