Kenneth Lee
Kenneth Lee
+1 variant images
Found a plugin for this: [https://medusajs.com/plugins/medusa-plugin-variant-images/](https://medusajs.com/plugins/medusa-plugin-variant-images/)
Also provide ability to limit to what libraries the user has access to.
the current version doesn't seem to record the check-in time in the attendees table. 
> Good suggestion! Thank you. This data is stored in the DB, so it will be easy to display. Is it a bug? Should I create a bug report?
> @trashken Those columns relate to the deprecated check-in endpoints. There's another table that stores the check-in list data. I'm currently away from my laptop so I can't recall the...
`SELECT a.first_name, a.last_name, b.updated_at::timestamp at time zone 'UTC' at time zone '' FROM attendees a JOIN attendee_check_ins b ON b.attendee_id = a.id ORDER BY a.first_name ASC ` Yes.. I am...
I think you just need to mention it like "@mybot please generate...."
> +1 Same problem Fixed this by adding a page rule in Cloudflare to disable Rocket Loader. There were conflicts with MiniFlux.