Matt Peterson
Matt Peterson
This lets you do ``` ok filesection target source --start='#start' --end='#end' --ifmissing=append ``` which will look for a section like ``` #start stuff here #end ``` and replace everything in...
#### Affected Version `yay v10.0.1 - libalpm v12.0.1` #### Issue After waiting for a long build, the install failed due to a conflict and `yay --cleanafter` then deleted the package...
I would love a better way to preview changes, something more than just not using the `-i` flag. Use case: `sd 'find' 'replace' $(fd -e rs)` This just dumps all...
**Description** Levant crashes every time I deploy a job with a failing check when it gets to the auto-revert state. By the way, why does Levant even do auto-revert, since...
I'm really excited about the concept of collection optimization and synthesis, but I'm a little confused about a few things. First, examples/basic.ds is mentioned in the readme as a good...
This fix allows the current tab to be the one targeted by typing and commands: https://github.com/limetext/lime-qml/commit/5416f3b099d30a36b2e6de2b740615e26b9e1cb1 After that commit, it is now possible to crash lime-qml by opening a file,...
This is just a work-in-progress to track the sidebar. The sidebar here is pretty generic. It should be pretty easy to refactor this code to support multiple sidebars with different...
``` thread '' panicked at 'index out of bounds: the len is 128 but the index is 128', /Users/matt/.cargo/git/checkouts/rapier-1eded0a3355a18db/77a4bbf/crates/rapier2d/../../src/dynamics/solver/interaction_groups.rs:120:21 stack backtrace: 0: _rust_begin_unwind 1: core::panicking::panic_fmt 2: core::panicking::panic_bounds_check 3: rapier2d::dynamics::solver::interaction_groups::ParallelInteractionGroups::group_interactions at...
You have a nice interface for creating normal variables, but when you want to start using Operators, you end up stuck in the `Operator` screen for most of it, which...
Serde supports serializing and deserializing through Cow, can you add Serde support for Supercow? Are you around to accept the implementation if I submit a PR? Some relevant links: https://serde.rs/lifetimes.html...