Thom
Thom
This works again after rebasing on master. @guigrpa What do you think of the behaviour, should it be behind a flag?
I was just using the form to enter a phone number, it only allows to set the setting of the number (i.e. home, work) but not the type (The subclasses...
Possibly relevant package https://github.com/cure53/DOMPurify
To add another use case, I'm converting between JsonObject and a map of AWS SDK [AttributeValue](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_AttributeValue.html). That also only has a number type (`fromN`), but contains other types like a...
>so the name was taken :D Understandable Instant or stream debugging?
Cross origin cookies can't be set from JavaScript by design (major security risico), from what I can see only subdomains are a possibility. Proxying images through your own server seems...
Logging a message notifying the user will be trivial to implement (and no change in behaviour 👍🏻). > Render an Error component This would seam less OWA, so that would...
That's on purpose, but in the end it is up to the factory you're using, which changes concrete implementation. RDF/JS data model is too constraining IMO, I'd like the next...
Looks like that should work, though it is difficult to asses without a stacktrace and which factory you're using (The included `PlainFactory`, or another like [MemoizedFactory](https://github.com/ontola/rdf-factories/tree/master/packages/memoized-factory), which would be present...
Note that the link-solid-boilerplate sets `MemoizedFactory` during init. Otherwise the `PlainFactory` doesn't use `termToNQ`, so the problem should be on another code path. But without any stacktrace or reproduction repo...