Jamie Tanna

Results 289 comments of Jamie Tanna

That's fair :+1: Yeah maybe taking the first ~1000 characters should be plenty?

FYI I've managed to get this working by adding the following to `config.rb`: ```ruby def external_redirect(from, to) configure :development do page "/#{from}", content_type: "text/html" redirect from, to: to end redirect...

I think @OllieJC's solution on https://github.com/alphagov/api-catalogue/pull/236 is better and I think it would be a good one to solve centrally if possible - it also works both locally and when...

Could it be the sort of thing that we set to be at least configurable, so we set a helper for it, and if a consumer sets in their config...

I certainly can. As an aside @arnau has mentioned that this could be an accessibility issue, as it's performed using a non-HTTP redirect, so we may need to highlight this...

~And of course, I look again, and see that https://datasette.io/plugins/datasette-query-history may be exactly what I want~ It looks like this plugin does it for the current session, whereas I'd be...

Good to know, thank you! (I came here via https://github.com/cue-lang/cue/issues/929#issuecomment-1424072066)

> I think there are better ways to cover the use cases that overlays would provide when adding, removing or modifyingm or creating 'sub renders' What would you be thinking?...

Thanks @TristanSpeakEasy! Looking at it, there is actually https://github.com/speakeasy-api/openapi-overlay which may do the heavy lifting? :eyes: