Chow Loong Jin

Results 37 comments of Chow Loong Jin
trafficstars

On my machine, my emacs.d cache folder looks like this: ``` ~/.emacs.d/.cache/lsp/npm/typescript ├── bin │   ├── tsc -> ../lib/node_modules/typescript/bin/tsc │   └── tsserver -> ../lib/node_modules/typescript/bin/tsserver └── lib └── node_modules └── typescript...

I think the issue is that `jest-coverage-report-action` doesn't create a checkrun for tests annotations if there are no annotations, and annotations only exist when there are test failures. So the...

Tested to work on Ubuntu `23.04` with gnome-shell and mutter `44.1-0ubuntu1` with the following windows: - urxvt -- titlebar is hidden when maximized and shown when unmaximized - spotify --...

Reducing the backlash fixes the issue, but I think that it would be better to avoid having that triangle altogether.

Hmm, `gears.scad` hardly looks useful in light of `involute_gears.scad`, especially when the documentation states that it should generate involute gears. Might be good to simply drop this module altogether.

MCAD already has a thread library in the `dev` branch (https://github.com/openscad/MCAD/blob/dev/fasteners/threads.scad) capable of generating ISO threads, but I guess the interface might be a bit more fiddly than the library...

Integrating those features via new opt-in parameters that sounds like a good approach. Could you submit the PR against the `dev` branch please? The `gear` module has had some changes...

Submitting a pull request against the `dev` branch is similar to submitting against the `master` branch, just that you need to change the base branch to `dev` like so: ![image](https://user-images.githubusercontent.com/88355/124716678-f06f8300-df36-11eb-95ad-ecd00717ab1a.png)

If it's too much trouble, you can also submit your PR to `master` as-is, and I'll just merge it into `master` and port the changes over to `dev` at a...