probablykabari

Results 13 comments of probablykabari

You can do this currently by making an interceptor function and passing the filtered request/response to the logger. All it does is print and return the request that was passed....

This is resolved by making sure that parcel is a dependency of **each package** and not a dependency of the project itself.

Correction, I didn't notice the `--schema` option in the generate command so my particular problem with schema inserts is resolved. However the connection string error is still a bug IMO.

Is there already an ability to limit rows without using a group? If not that would be good (and I'd attempt a PR).

@ankane I was thinking as part of the config, in essence the same as group config but a level higher. But maybe this way is a better practice. ~~It's unclear...

This needs to be updated in the documentation. It does not work for selecting businesses that will be open "at X time" as the documentation suggests. **Update:** This only seems...

I made one a few years ago that I've been using in a project that does exactly this. I just forked the repo and will make a PR for it...

Same with using custom animations. Type error on the animation property. ``` ```

@axelson `pluck` actually takes any valid SQL, so you can do `.pluck('table.id, other_table.some_column')`. This should work with this gem as well.

@mattaiod you're issue above is because `O.getWithDefault` expects `0` to be an `Option` type but it is a literal integer, take a look at the signature for why the non-curried...