Mitar

Results 578 issues of Mitar

Wouldn't it be better to use `--addn-hosts=` extra hosts file and generate an extra hosts file, instead of configuring `address` configuration file lines.

A new version of https://github.com/multum/pg-differ/pull/99.

So I think it is OK that removed columns are kept. But they should be changed so that NULL values can be inserted into them. This means that future queries...

Currently the definition of columns is an object. So the order is not really specified. I think this is an opportunity for this package to create columns in the best...

In documentation, there is example when column can be defined as string: ``` description: 'character varying(255)' ``` This does not pass type checking based on current typing information.

How to rename a column (or table)? I think this project is great, but I could not find a way to rename a column (or table)? I think probably some...

I can request additional permission to access verified e-mail in app dashboard Twitter provides. And after that I get `email` value in Meteor's services entry. So now melding can work...

Tests don't pass because I have no idea how to detect assigning to the prototype.

Feature request. A rule to forbid using `undefined` in the code. `null` should be used instead.

`eol_last` rule requires a newline character at the end of the file. But on the other hand one might not want empty lines on itself at the end of the...