Stephen M. Coakley

Results 144 comments of Stephen M. Coakley

Looks like the same issue as #594.

The expected behavior is this: ```fish $ omf new theme foo $ omf theme foo ``` But instead we get this error: ``` Theme not installed! Install it using omf...

A temporary way would be to add something like this to the top of `~/.config/fish/conf.d/omf.fish`: ```fish exit 0 ``` which will abort loading the framework on init. This might be...

Sorry for the delay at looking at this. `pgen` should be moved to `packages/pgen`.

I'm in favor. Only issue I see is from a community perspective it might seem like a conflict of interest. It might send the wrong idea that implementing the standard...

I see #149 is also related. I proposed something similar to #149 way early on when we started, though not quite as spartan. I think `Loop::run()` looks slightly nicer than...

@bwoebi It's mostly sugar, but the key is that `Loop::init()` would not allow breaking the driver stack. It provides at least some guarantee that code cannot set the global driver...

I'm in favor of retaining a scoped `execute()` as well. The benefits outweigh the disadvantages we might be concerned about.

While I can't personally picture a large crowd of people seeking to use this who aren't able to use PHP 7+, I think it is reasonable to require PHP 5.5+....

> One unified standards body greatly simplifies things and having alternative standards bodies will only complicate getting the message out, everyone benefits from having everything under one roof in the...