Results 91 issues of Clar Fon

Basically a weird case of something I haven't been able to look right. What I'm imagining is something like this, where the brace is used to group things together: https://upload.wikimedia.org/wikipedia/commons/e/e6/Curly_Bracket_Notation.png...

enhancement
help wanted
feature-request

Right now, it's possible to request backing up all pools by providing the `>` pattern to zrepl, but it's not possible to disable patterns based upon datasets within pools. Essentially,...

feature
good first issue
help_wanted

## Prerequisites - [x] I have searched open and closed issues for duplicates. ## Feature **Is your feature request related to a problem? Please describe.** This would be helpful given...

Priority: Wishlist
Needs Design

Right now, this has to be done manually with `sh -c "..."`. It would be nice if we could perhaps make this easier so that you don't need to provide...

I would add implement `Serialize`/`Display` for `DnsNameRef` but I figured there was a good reason to not store it as `&str`, and didn't want to bother with refactoring that without...

Right now, browserify includes the compressed code in the source map, which isn't very helpful. It'd be nice to include a prelude.js.map with the package.

enhancement

This optimisation is so nice that I'd argue even supporting it in sass internally and translating `:matches` to selector lists at the very end of processing. I think it would...

enhancement

I wrongly posted these to the sass-spec repo when I should have posted them here. These are a few simplifications of selectors that could be done which currently aren't. #...

enhancement
help wanted

This might allow users to control which representation is used for the sake of increasing efficiency of calculations. For example, if a program needs to multiply a large amount of...

Instead of using `PrimInt::pow`, `Float::powi`, or `Float::powf`, the `Pow` trait should be used instead.