Chris de Graaf

Results 150 comments of Chris de Graaf

Yeah that would also make it easier to implement this, I have thought about it a little but not come up with something that I really like. I'll look into...

I would recommend using Pkg's TOML parser to get the UUID, instead of assuming where the UUID will be (alternatively and more simply, a regex would do the trick)

This package currently supports 1.0, but will stop doing so whenever something else becomes LTS

It would be best to create/maintain an [Orb](https://circleci.com/docs/2.0/orb-intro/) so that it can be updated without people changing their files, same as AppVeyor.jl/Cirrus.jl. I actually made one a while ago that...

IIRC if you don't put a `notifications` section, emails are sent by default to the repo owner (not sure what happens for orgs) and it's really annoying. Your approach definitely...

It's an implementation detail of TerminalMenus, you can't create a menu with just one entry. 🙁

Yeah, I agree. Tbh we're probably better off using the non-stdlib version because the stdlib will never backport these kinds of changes to 1.0.

I think some people have said that 1.6 has potential to be the next LTS, so when that comes we can make the change 🙂

This definitely won't become default behaviour from `generate` because it's not all that common, but I'll definitely look into adding some hooking plugins. Thanks! If what I read is correct,...

> Feels like you'd pretty much always want this I'm wary of making something like this a default because while it may make sense for all of our use cases,...