Michael Roper

Results 10 issues of Michael Roper

Hey! I'm trying to figure out how to detect and handle if an external tracker script has been blocked by Ghostery/AdBlock - but my test code below only ever seems...

Sorting redirects or statistics by 'Last Hit' doesn't seem to work properly for me, possibly due to the date format that I use in the admin being dd/mm/yyyy format. Example...

Hi! I'm looking to create a custom link type that essentially is that same as the Entry link type, but restricted only to a specific section of entries (eg "Modals"),...

enhancement

When I change the enabled/disabled status of an entry from the entries list (using the checkboxes + dropdown menu), it does not update the node's status in the navigation. ![image](https://cloud.githubusercontent.com/assets/60287/14826851/600d4538-0c12-11e6-8dbe-616cfb634a2b.png)...

Hey team, I have an Astro site that I am using the [astro-icon](https://github.com/natemoo-re/astro-icon/) package to inline some custom SVG icons, and while the site itself builds without a problem, when...

Because of the way the Home app in iOS 16 groups accessories and truncates the names of items of in those groups, all of the status switches are showing up...

Hi Elio! Just wondering how long the auth token should last, or in what circumstances it would have to re-authenticate? It seems to be doing it every couple of days...

Hey Eric! I'm fairly new to Cloudinary and Eleventy, so I'm just trying to get my head around the best process for this stuff. If I'm developing my site locally,...

Hey team! Just wondering, is there anything on the roadmap for this plugin to support the Craft 3.1 Project Config feature, so that field settings and preset settings can be...

enhancement
in progress

I recently made some changes to my Astro site to [load custom fonts](https://docs.astro.build/en/guides/fonts/#using-fontsource) from [Fontsource](https://fontsource.org/docs/getting-started/introduction), with the fonts being imported as below into one of my layouts: ```mdx // BaseLayout.astro...