Tyler Miller

Results 124 comments of Tyler Miller

@TimDaub idk if it'd work but maybe try the `--color` cli option to Ava to force color output. I'm like 90% sure I read in the docs that GitHub actions...

I wouldn't mind helping. Idk how active on here I'd be however, and at this point I only have a couple months experience with nix (although I have put in...

I'd really like to see this implemented as well, even if it is provided only as experimental and/or optin behavior, and even if it does not become apart of the...

I have a related issue. I'm not getting any warning for indexing into `self.stdout` unconditionally (whose type includes `| nil`). ```lua self.stdout:read_stop() ``` ```lua ---@class ... ---@field stdout Pipe |...

> > Instead of calling `wakatime-cli --today` directly you can also run the command `:WakaTimeToday`. > > I believe `:WakaTimeToday` echoes values instead of returning them so it wouldn't be...

I'm running into this annoyance. The boilerplate starts getting out of hand when you have a custom type (which takes a type parameter) and start implementing multiple traits for it...

This is an interesting idea. I see the benefit, although not sure if it's a large/necessary one. I do feel like it's possible to pull this off currently (probably via...

No you didn't get anything wrong afaik. I wish this was supported too. > However, it now triggers injected-field on all user-defined values not defined in the base class like...

I'm not sure when I'll be able to finish this. I'm fine with someone else working on this pr or finishing it. Thanks

I've had more time lately and so I've decided I'd try to get this finished once and for all (hopefully within the next day or 2). Sorry for the delay.