Jesse Gumm

Results 147 comments of Jesse Gumm
trafficstars

Indeed. It _could_ be user-configurable by having it completely depend on the type set in boss.config. That way, if the session_key in boss.config is a list, then in your controllers,...

I've played with this a bit, and I can definitely reproduce it. I'll have to dig deeper, but I won't get to this before tagging a new release.

Let me bounce in here for a moment with a thought: TL;DR Version: It's my contention that the wiki should be left for long-form guides/walkthroughs/etc and the like, while the...

Ultimately, my biggest beef with the wiki is that it leads to a disconnect between the code and the documentation. With the code in the repo, updates to the docs...

I'm willing to re-issue the PR if necessary. Just let me know what you think!

Indeed, this is not currently possible, and something that will need to be fixed before 1.0.

That would only work if you're looking to find a single record that matches the critieria (like find_first). Otherwise, consider data consisting of Row1: flag1=true, flag2=true Row2: flag1=true, flag2=false Row3:...

Thanks! That does sound like a better alternative, and the shorter option name is a good idea. I may spend some time today working through that and resubmitting. Thanks!

Thanks Chan. My schedule is a little rough right now to be merging things, but I will be merging this soonish, certainly for 0.9.0.

This sounds awesome, imo! On Mon, May 12, 2014 at 9:52 AM, David N. Welton [email protected]: > Poolboy has long had a bit of a problem with managing resources like...