Results 7 issues of Jaime Sangcap

Feature request I'm using Lerna with yarn workspace integration. Below is my folder structure ``` * F:\greenfield\taskify | ----packages/ | --------client/ | ------------package.json | --------server/ | ------------package.json | --------e2e/ |...

Maybe not directly an issue in this repo, but I think related. Is it possible to run `tspath` after each build when running `tsc -w`?

Thank you for creating this plugin, I successfully integrated it with `create-react-app` and `antd`. However when I'm running the tests, files with `*.test.ts` are not being detected. Here is my...

Provide a command for generating the do and undo files automatically. `postgrator add create_users_table` and automatically generates two files `201807051822.do.create_users_table.sql` `201807051822.undo.create_users_table.sql`

enhancement

According to this [feature-sliced page](https://feature-sliced.design/en/docs/concepts/app-splitting#low-coupling--high-cohesion) > Slices of the same layer cannot use each other directly, and their interaction and composition should be determined on the upper layer, relative to...

After typing username/password and press login button using the Auth0 form, there is a blank console error of `400`. ![capture](https://user-images.githubusercontent.com/1907740/34360008-54055502-ea76-11e7-8af0-cd3bdd375f84.JPG) There is also a log in my terminal showing `[18972:1226/194540.220:ERROR:CONSOLE(0)]...

**Is your feature request related to a problem? Please describe.** I'm using Clojure programming language and it's common to have colon `:` at the beginning of a word. See [keyword](https://clojure.org/guides/learn/syntax#_symbols_and_idents)....

feature