kithe icon indicating copy to clipboard operation
kithe copied to clipboard

An experiment in shareable tools/components for building a digital collections app in Rails.

Results 7 kithe issues
Sort by recently updated
recently updated
newest added

It would be nice if `repeatable_attr_input` kept this potential label arg in mind when ultimately generating the `add_another_text` value. Otherwise, you end up with a nice label and a funny...

john cupitt of vips suggests: > Secondly, P3 colourspace is becoming very widely used. This is significantly bigger than sRGB, and P3 images converted to sRGB will either be drastically...

Kithe provides some callback-based logic to automatically trigger re-index of Kithe models upon changes -- with features to disable/customize that etc. But what if you are indexing based on an...

Don't make the end-user do this themselves, just make it so. Gives access to ModelName.jsonb_contains method from AttrJson.

Right now it doesn't, so you need to explicitly put `to_a` into your `obj_extract` paths, to turn it into an array. One way to accomplish this would be to treat...