Andrew Baxter

Results 106 issues of Andrew Baxter

- **Description:** Right now when sway is started as a nested compositor its windows get the id "wlroots". I'd like to be able to define styling rules, etc based on...

enhancement

It looks like the paths are hardcoded in the template and the values aren't used. This makes it more difficult to use in ex: k3s which uses different paths.

As an option, on by default, per https://github.com/andrewbaxter/genemichaels/issues/29#issuecomment-1364574276

This wouldn't be too hard to add, so if there's a large demand for it I'm happy to add it. In general the theme of this formatter is "I don't...

There have been requests to only format certain things (code, not comments; code, not macros; just comments). As a deterministic formatter genemichaels isn't built to consider original formatting at all,...

Since I don't know anything about the syntax, I thought this would be dangerous, but I'm not sure now. I think breaking inline-code at whitespace may be a reasonable heuristic,...

A config file makes it easier for contributors to get the default style. genemichaels doesn't have a lot of parameters atm but it would be good to support reading config...

The basic issue is `//` is ambiguous to whether what follows is for humans (markdown) or commenting out code (literal). So I chose the human one, since the former needs...

The same way that `.` exprs are turned into a list and split in sync, binary ops should too.

I've been using anyhow, but in the long run if someone wants to use it as a library it would probably be good to have a proper error enumeration. Specifically...