Casey Rodarmor

Results 585 issues of Casey Rodarmor

I'm trying to make a `` which can have one of two types, either a button or text node, depending on the state. I tried to do something like: ```...

web

I noticed that `HtmlButtonElement` has a `disabled` helper method for setting the disabled state, but that, for example, `HtmlIFrameElement` doesn't have a `src` helper method for setting the `` `src`...

web

Currently, we use `anyhow` for all errors. I like anyhow, but it makes it too easy to bubble up an error without context, which leads to a less-than-useful error message....

good first issue
enhancement

Currently, `Hash` serializes as a sequence of integers, which is inefficient if the underlying codec supports a more compact byte string type. For example, serializing `Hash` to [CBOR](https://www.rfc-editor.org/rfc/rfc8949.html) will produce...

I figured that cradle was probably lonely from not having a PR for a while, so I decided to help. I'm running a bunch of commands (`ord` and `bitcoin-cli`) which...

Allow setting the working directory of a recipe to an arbitrary directory. Good first issue!

Currently, arbitrary expressions are not allowed in settings. This is because the value of expressions can, in the general case, depend on settings. An example is the `env_var()` function, which...

This issue tracks improvements and missing features of submodules: - Recipes can depend on recipes in parent or sibling modules - Variables defined in one module can be referenced from...

A `[script(…)]` attribute was added in #2259. See #1479 for discussion. The attribute is currently unstable. Before stabilization: - Make sure it's tested and has the right semantics. - Is...

Taking a stab at #476.