Tim Hårek Andreassen

Results 26 comments of Tim Hårek Andreassen

Awesome, I like and appreciate the detailed summary! If I understand you correctly: 1. Use Deno KV as a storage-system for NRSS. 2. Fetch serie/show on demand when a user...

> In my mind it makes sense to do the new GET /feed/{slug} first and then tackle the queue-system afterwards. I agree! It will make a good foundation for the...

Jeg tror vi kan løse dette på en eller annen måte med å bruke API-endepunktet til NRK for ["Podcast season episodes"](https://psapi.nrk.no/documentation/redoc/programsider-radio/#tag/Podcast/operation/GetPodcastSeasonEpisodes). Men da må det ev. bli egne RSS-feeder for...

I have the same issue with macOS with Homebrew. cc @fsouza

I've managed to do this for my personal site with `{{ load_data(path="path/to/svg.svg") | safe }}`. You can check out the source code here: [timharek/timharek.no:/layouts/templates/base/header.html](https://github.com/timharek/timharek.no/blob/main/templates/base/header.html#L3)

We have the same issue. Our temporary solution is to use overlay for the time being: ```yaml - target: "$.components.schemas.*.properties..[?(@.nullable)]" description: Ensure that nullable fields, results in omitempty update: x-omitempty:...