Evan Jones
Evan Jones
> /lgtm /approve > > You're the man @EandrewJones!!! Sorry for my slowness on this one No worries. I'm quite buried myself right now, so I appreciated the slowness ;)
Big thumbs up over here, though also non-binding.
Thanks for reporting this @npellegrin and digging into the problem/solution. I am encountering the same issue with vite production build and react. The above fix(es) work for me as well....
Needs more research. We do not necessarily want to manage version updates at the commit level. Is there a way to do this via commitizen or do we need an...
### Details Commitizen is only part of the story here. We also need a means to enforce semantic versioning and implement CI tooling around that. Commitizen is a per-requisite as...
No worries. If you go look at the PR, you'll notice I created a different issue and edited your PR to link to that. Your PR implements commitizen which provides...
@kanz-1805 UserALE is not a REST API. It is a javasript library used on the client-side (browser) of web applications to help track user behavior. We need to auto-generate documentation...
Assigned to @rc10house
I know this is ready to merge, but I'm a strong NO on adding a makefile unless it's solving a problem that cannot be handled by the standard javascript tooling...
@rc10house Decent blog for setting up eslint and prettier: [https://blog.logrocket.com/linting-typescript-eslint-prettier/](https://blog.logrocket.com/linting-typescript-eslint-prettier/) Example of a `pre-commit` script from my previous start up: ```sh #!/bin/sh . "$(dirname "$0")/_/husky.sh" echo '🏗️👷 Styling, testing and...