Ben Orozco

Results 91 comments of Ben Orozco

> The query to the airtable always pluralizes the name Actually I implicitly decided that the adapter should follow [REST-ish](https://en.wikipedia.org/wiki/Representational_state_transfer) resources names (kind of following [Rails ActiveRecord conventions](https://gist.github.com/iangreenleaf/b206d09c587e8fc6399e)), therefore a...

@delusioninabox no worries, my bad for assuming this was obvious. Thanks in advance, cheers!

@delusioninabox by the way, I would love to know how are you using this addon :)

@delusioninabox do you mind checking out the failing tests?

I'm not even able to access the site!

Hi! When checking out commit `f0256259a8f396e234543e7615c42fe4836b486f` in git submodule [wfslib](https://github.com/koolkdev/wfslib) I get the following error: ``` Preset CMake variables: CMAKE_MODULE_PATH="/Users/benoror/code/benoror/wfs-tools/cmake" CMAKE_TOOLCHAIN_FILE:FILEPATH="/Users/benoror/code/benoror/wfs-tools/vcpkg/scripts/buildsystems/vcpkg.cmake" -- Running vcpkg install Detecting compiler hash for triplet...

gcc/g++ seems to be up to date

~~@garrettd714 FWIW adding built-in `:parse-json` will also help on saving JSONB correctly with [your solution](https://github.com/codica2/administrate-field-jsonb/issues/1#issuecomment-846617177):~~ ```diff ATTRIBUTE_TYPES = { ... - details: JsonpField, + details: JsonpField.with_options(transform: [:parse_json]), ... }.freeze ```...