redeemefy

Results 19 issues of redeemefy

### Expected Behavior To have errors without adding `// @flow` at the top of the file. ![screen shot 2019-01-19 at 5 09 57 pm](https://user-images.githubusercontent.com/9165819/51433294-142a9b80-1c0d-11e9-90ad-80c8b6e0f816.png) ### Actual Behavior ![screen shot 2019-01-19...

Great extension and very useful. 👍 💯

I created a login component for my app. I'm adding a simple `css` rule to the login-user.component.css file to play around with the module. .flash-messages { background-color: blue; } That...

I have an endpoint that takes a payload with just one property. That property has a validation rule to be a string and returns a 400 Bad request otherwise. Here...

**I was trying to...** I'm trying to validate a phone number from the United States ```typescript ... @IsOptional() @IsPhoneNumber('US') readonly phone_number: string ... ``` **The problem:** The validation gets bypassed...

type: question

``` For the low, low price of free, you get pages of pure awesomeness. Chock full of source code examples and clear, concise explanations, TypeScript Deep Dive will help you...

I have a migration for adding one column and altering another. The migrations is erroing out with the following error ```shell Error executing: ALTER TABLE "users" ADD "contract_id" varchar(255); error:...

## Issue Creation Checklist [X] I have read the [contribution guidelines](https://github.com/sequelize/sequelize/blob/main/CONTRIBUTING.md) ## Issue Description I'm running the migration command as suggested in the [documentation](https://sequelize.org/docs/v6/other-topics/migrations/#configuration-connection-string), it is an alternative to the...

type: docs

I'm just setting up a new OSX machine with the M1 chip. I did my `go brew` installation with the `curl` command and installed go 1.17. After that I ran...