Vaughan Rouesnel

Results 201 issues of Vaughan Rouesnel

## Pnpm Workaround _pnpmfile.cjs_ ```js addDepToMany( pkg, [ '@projectstorm/geometry', '@projectstorm/react-canvas-core', '@projectstorm/react-diagrams-core', '@projectstorm/react-diagrams-defaults', ], ['lodash', '@emotion/styled', '@emotion/react'], ) addDepToMany( pkg, ['@projectstorm/react-diagrams-defaults'], [ '@projectstorm/react-canvas-core', '@projectstorm/geometry', ], ) addDepToMany( pkg, ['@projectstorm/react-diagrams'], [ '@projectstorm/react-canvas-core',...

Sometimes you might want to modify a commit message in a split because it touches both open source and company-specific functionality. Would be great to have a message rewriter script...

Why is there are requirement for 1.9.2-p192? There is a package on aptitude with 1.9.2p0. I've used this and it works. Compiling from source takes forever. From http://www.ruby-lang.org/en/downloads/ > Debian...

From readme: > By default, npx will check whether exists in $PATH, or in the local project binaries, and execute that. If is not found, it will be installed prior...

help wanted
documentation

**Is your feature request related to a problem? Please describe.** I want to animate a window in Electron using easing. **Describe the solution you'd like** I would like to have...

I would like to record some function calls and their params, and maybe some other variable assignments inside the function. As I understand it, to retrieve this information, `rr` must...

Are there any docs on the file format and purpose of each file? I have already read the technical pdf. ``` $ tree ~/.local/share/rr ├── cpu_lock ├── postgres-1 │   ├──...

An issue to track ability to run on Bootcamp on Apple Intel hardware. # Setup https://ubuntu.com/tutorials/install-ubuntu-on-wsl2-on-windows-10#2-install-wsl ``` wsl --install -d ubuntu ``` ## Install perf See: https://stackoverflow.com/a/65276025/130910 # Test Open...

The readme says: > rr currently requires either...Certain AArch64 microarchitectures (e.g. ARM Neoverse N1 or the Apple Silicon M-series) It's not clear if there is a way to run on...

**Type:** - [x] bug - [ ] feature - [ ] enhancement - [ ] question **Environment:** - OS: macOS - Browser: Chrome - Library Version: 1.1.4 **I'm going to...