Results 12 issues of Diego Frias

# The problem Say I have a date UDA named `when`, configurations like the ones below: ``` urgency.uda.when.today.coefficient=10 color.uda.when.today=rgb045 rule.precedence.color=uda.when,deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda. ``` have no effect, and I expect tasks with the...

## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...

Area: plugin
Type: documentation

Let me know if there's anything that needs to be changed/fixed!

An in-progress fix for #2304. For now, I believe it's working for any `br` depth. However, I'm not really sure how to handle the `br_if` case. Should it be replaced...

Following up #2284, a few commits were reverted related to the `@name` annotation so that the PR would focus on a single addition. This PR makes use of the `@name`...

### What happened? When running insta, I get duplicated snapshot reviews, as well as a crash at the end of the snapshot reviewing. In the original (non-minimal) case, I wasn't...

bug

A walkthrough on how to setup up Rust and Wasm with as little external tooling as possible, but still featuring `wasm-bindgen`.

Unfortunately, signed 33-bit integers are part of the WebAssembly spec, and are needed when parsing [blocktypes](https://webassembly.github.io/spec/core/binary/instructions.html#binary-blocktype). Currently, we don't have anything to handle this case. Should we make a special...

enhancement

If you're a user of `arena.nvim`, I'd love to get your feedback on the default options of the plugin currently. The main points of contention for me are: - `ignore_current`...

Prevents repeatedly building font size when using `rem` in the `:root` element. Fixes #139 and #339. Resetera font is still larger than it should be, but it no longer continuously...

stale