KOBA789

Results 6 issues of KOBA789

I hope to search/modify issues in SQL!

enhancement

It's better to use the feature "[Tagged union types](https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#tagged-union-types)" introduced in TypeScript 2.0.

When I use git dependency: ``` dependencies = [ "awesomemodule @ git+https://github.com/org/repo@main", ] ``` rye outputs `requirements.lock` which describes branch name but not resolved revision: ``` awesomemodule @ git+https://github.com/org/repo@main ```...

i want node.js console view!

enhancement