adanielyan

Results 4 issues of adanielyan

In addition to fill prop we can also add stroke that will work the same way as fill.

This looks great, but before adding it to my project I'd like to know if and how this middleware will work with zustand's [persist middleware](https://github.com/pmndrs/zustand/blob/main/docs/persisting-store-data.md). Please advise!

question

According to [documentation](https://weaviate.io/developers/weaviate/api/rest/objects#status-codes-and-error-cases) there are different types of errors that API may returns. To properly process the errors (e.g. 404) it is essential to have the error codes in addition...

I want to have access to entities referenced by entity_reference or image fields in my react code. However the referenced fields accessible through context only have the target_id but no...