Gabriel Zimmermann
Gabriel Zimmermann
Is there any way to support typos/misspellings of a word? Like a hamilton distance search where anything with a small distance is also included? eg: if I misspell `tetx` instead...
One thing I keep finding in my code is that for `insert` statements (and for a total `update`), I almost always end up just listing the fields that the bean...
I am not prompted to grant Root access when I click on the phone app menu to grant it. It tells me to install SuperSU, which I don't have but...
Currently, `reduceRows` has a `@UseRowReducer` for the SqlObject counterpart to the fluent API, but I couldn't find the analogous implementation for `reduceResultSet`
Is there a simple way to tell restangular that a certain field is a collection of resources? For instance in my app I can do: ``` javascript GET to: /api/courses/123...
We should pick a license and add it to the project files
Botkit has middleware that allows you to call `next()` when you're done, allowing you to block the execution of future handlers until an async task is done. I need this...
Hey guys, this library wraps amqplib and I'm wondering what's the biggest abstraction it provides. I understand this is a noob question from someone who hasn't used this library much...