-
@SallyMcGrath I have created a [mock version of a code review badge](https://dashboard.accredible.com/issuer/dashboard/group/616062/information-and-appearance)
This has helped me highlight some thing…
-
I started remixing this design for a hexagon-based layout (since clearly we all love hexagons), but I'm wondering if the reduction in the firing arc from 90° to 60° will have a large adverse effect on…
-
Need to standardize grid, preferably (rows, columns) and (0,0) on top left.
ty
-
Example:
```rust
struct Foo {}
impl Foo {
const TIP: &'static str = "hexagons are the bestagons";
}
fn main() {
let tip = const_str::to_shouty_snake_case!(Foo::TIP);
}
```