z

Results 27 comments of z

I'm a pretty big fan of block scoping as a default and think it would be a lot more intuitive for new users. I'd happily update all of my projects...

I think this would be a nice addition. It helps discourage massive `It` blocks, which are a natural response to `BeforeEach` blocks with high-latency setup work (as mentioned by @mml)....

We discussed this somewhere, which issue was that?

That's an interesting idea. I wouldn't mind supporting subfolder installs. I think it might work (with little or no effort) using Git sparse-checkout subtrees. Maybe: `ellipsis install zeekay/sparse-files/zsh` Or something...

Not a lot of work to support this either way. We accept PRs! Hit us up on Gitter if you'd like to talk through a solution for your issue or...

What version of uwsgi are you using?

If it's a single instance, you can just keep a set of connections. Otherwise you should use redis or something like that for pub/sub.

...really should add another example to cover this (extremely common) use case.

Not yet, but I'll merge a PR in a heartbeat.