Bill Piel

Results 29 comments of Bill Piel

@mattiasw2 Thanks for the update. I get this error occasionally, but have never been able to nail it down.

@mattiasw2, Guildsman is currently dominating my spare time. I plan on giving sayid (and especially this issue) some time once I have an alpha out for guildsman (soon?). https://github.com/bpiel/guildsman Quick...

@mattiasw2 hmmm... not sure. Maybe this? I use the command line for profiling around the 23m mark here: https://www.youtube.com/watch?v=ipDhvd1NsmE#t23m

Use `fact-group` instead of `facts`. Both of these examples should work as you would expect. ``` (fact-group (facts :foo 1=>1)) ``` ``` (fact-group :foo (facts 1=>1)) ```

@ikitommi I haven't participated in this project before, so I'm not sure which would be preferred. Updating docs would probably be easier.

The current behavior is that filters on different properties get `AND`'d and multiple filters on the same property get `IN`'d. For example, I believe `?a=1&a=2&b=3` renders to something like: `WHERE...

This brings a few things to mind. Regarding executing local expansions using `JOIN`, instead of a service broker: This idea came up a few times during development of sweet-lib. I...

Sweet-lib has almost no code specific to database types, so I think HoneySQL would be a better place for it. If you follow up on this with HoneySQL, I'd be...

I was not aware of Swagger. Great suggestion. Thanks