Bilal Budhani

Results 5 issues of Bilal Budhani

Firstly, Thanks for the great plugin. I'm using this plugin to show a list, where I want to show the list count in the title. So, I tried `.property()` on...

**Question:** Hello, I'm running the Caddy server locally to proxy a project with multiple subdomains. While I'm able to open Caddy configured domain `project.localhost` in the browser and via `curl`...

question

Right button in Navigator has a very low visibility so I was thinking of adding a custom button in Modal view to close the modal and select the value. So...

From the Rails way of doing things writing props in controllers feels a little out of place, Consider [this example from PingCRM](https://github.com/ledermann/pingcrm/blob/master/app/controllers/contacts_controller.rb#L21) ```ruby json.data(paged_contacts) do |contact| json.(contact, :id, :name, :phone,...