Gary Oberbrunner
Gary Oberbrunner
I expect `yalc installations clean` to remove all installations in `~/.yalc/installations.json` but it doesn't. Here's a demo: ``` % cat ~/.yalc/installations.json { "@horizon/common": [ "/c/dss/Product/Horizon/horizon/packages/renderer" ], "@garyo-test/common": [ "/tmp/yalc-test/app" ]...
I have a monorepo with `common/` and `app/` workspaces. If I use `yalc link @garyo-test/common` in my app workspace, it copies `common` into .yalc and symlinks that into node_modules/@garyo-test. So...
Is there any possibility that yalc could work with IDEs so that "jump to definition" would go to the actual definition in the linked module, rather than `node_modules/@my_scope/my_module/foo.ts`?
I've been using this for some years on Windows, Mac and Linux to manage my dotfiles, and just recently updated to latest version. I notice you removed Windows symlink support...
If I have a project with a venv (local in that dir), what's the best-practices way to configure pyvenv? I assume I need a .dir-locals.el in the project root, something...
The only example I see is the saver, which just loads a model and re-saves it. For someone writing an exporter it would be great to have an example that...
**Describe the bug** Got a crash while exporting the first page of the first notebook: ``` ----------------------- - OneNote Md Exporter - v1.1.0.0 ----------------------- Before continue, please verify that :...
Vue 3 has "script setup"; see https://v3.vuejs.org/api/sfc-script-setup.html#basic-syntax for info. This change updates the `script` regex to allow for `script setup` there.
This PR adds a pivot point around which rotations happen to a component. This makes it easier to rotate a component interactively around an atom, the component's center, or any...
Recent versions of three.js (since r112) have enabled a proper linear color workflow. I'm working on implementing that; I have most of the core color management working using the recommendations...