Adrian Marin

Results 343 comments of Adrian Marin
trafficstars

Yes, I agree! This should be a feature of Avo and have that search be done in-line. That's a better experience. I don't think it should be super difficult to...

I'm laying down the approach for this refactor. ### Approach 1. remove the JS search input [here](https://github.com/avo-hq/avo/blob/main/app/components/avo/views/resource_index_component.html.erb#L39) 2. add a regular text input 3. connect a Stimulus controller to that...

Hey @SahSantoshh, how does progress go with this? Can we help with anything?

Awesome! LMK if I can help with anything. Thank you!

I created this factory. Would you do it the same? ```ruby UniversalID::MessagePackFactory.register( type: ActionController::Parameters, packer: ->(parameters, packer) do packer.write parameters.permit!.to_h end, unpacker: ->(unpacker) do hash = unpacker.read ActionController::Parameters.new hash end...

Nice! I ended up adding them to an initializer, but I didn't want to say too much so I wouldn't sway you into any direction. I wanted to see how...

One quick piece of feedback. Can we rename the option from `reveal` (which is an action) to `revealable`? Thanks for your time @RocKhalil 💪

hey @binarygit. I'd like to write something to you. How can I reach you? can you share your email, or are you on our [discord](https://avo.cool/chat)?

Hey @Benmuiruri. Definitely. Go have a try at it and let me know if I can help you navigate the codebase.