-
As our test currently take ~20mins to run we loose a fair amount of time waiting for them to pass/reassigning each other on PRs.
I think it would be useful to test out installing husky in our root …
-
# husky 셋팅
- pre-commit : execute lint-stage
- pre-push: excute build & lint, prettie, etc
- 추가 해볼 것 생각하기
-
The `"postinstall": "husky install",` hook is not only run when running `npm i` in this repo but also when installing this repo as a dependency. I don't have husky installed globally which causes this…
-
Am not seasoned web developer. I was going through your react-hook-form videos. I came across eslint, prettier libraries. I have explored them a bit. Now I am going through your repository but I am no…
-
Helps enforcing
- formatting style for the project
- linting rules
could even extend to help deployment process
also pre-commit hooks could be a nice addition.
-
자꾸만 까먹는 나를 위해
-
Small thing:
```
ncaab = NCAAB()
ncaab.team_id("uconn") # Not there
ncaab.team_id("huskies") # Not there
ncaab._team_ids
```
Can't find UConn Huskies for the life of me... is it just missin…
-
Hello,
The clearpath_simulator README states compatibility with ROS 2 Humble (LTS) and Ignition Fortress (LTS), with a jazzy branch for ROS 2 Jazzy (LTS). However, [Gazebo's latest docs](https://ga…
-
# Execution Plan
creates all possible hook files makes them execute able they will import ../../hooks.js as ESScript
-
fn eval_loop_inner(
&mut self,
stmt: VmirStmtIdx,
stmts: VmirStmtIdxRange,
loop_index: usize,
f: impl FnOnce(&mut Self) -> LinketImplVmControlFlowThawe…