michaelwnyc
michaelwnyc
I've been struggling to get this to work with pg jsonb columns. Has anyone figured out?
Hi @dwaite , There hasn't been a release for this project in quite a while. Are you looking for other maintainers to help keep this project going? Best, Michael
``` params do ... optional :user_profiles, type: Array, default: [] do requires :value, type: String, desc: "Value of the user profile" end end ``` Using the above gives me curl...
Change regex to support Grape version >= 1.0.0.
Hi there, When I use fixed mode, and include a textarea inside the node, the textarea is not focusable. When I click on the textarea, the cursor doesn't show up,...