Andy Reilly

Results 5 issues of Andy Reilly

In using the HTML outputter I found that I wanted to show the barcode data in human readable format below the barcode. Almost all barcodes on things like SKUs etc....

Instructions say: "client_secret": Wink API client id, must be obtained from [email protected]. You are required to get your own key, but one is provided for initial use. It sounds like...

I would like to add the following to the ReadMe file so that a common use case for extending the Audit class MUST be done in a custom class that...

Not having any issue, love this gem! But we found we needed more fine grained access control lists per user. So I added a user_id to my roles table in...

Thanks for the tutorial. I noticed the auto-submit wasn't working and found that in the index page: `rails-hotwire/app/views/todos/index.html.erb` The line should be `data: { action: 'keyup->auto-submit#submit' }` not `data: {...