Skip to content

MatchError for rss extension #149

Description

@evantravers

I'm back to playing with tableau again, and I was running into the same MatchError as #131, only it's for the RSS extension not the Tag.

I haven't been able to figure out exactly where it's showing up… I suspect it's somewhere in here:

def config(config) do
unify(
oneof([
map(%{enabled: false}),
feed_s(&map/1),
map(%{
enabled: true,
feeds: keyword(values: feed_s(&keyword/1))
})
]),
config
)
end

I'm sitting a waiting room trying to find it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions