Jeroen Wellner
Results
2
comments of
Jeroen Wellner
For me Tiktoken compiled when I installed the rust and cargo packages: (don't know if all packages are needed) RUN apk --no-cache add ffmpeg python3-dev gcc curl libc-dev clang lld...
Some additional digging, the error originates from prosemirror-model it seems that if the attribute is not required a default is needed? https://github.com/ProseMirror/prosemirror-model/blob/a57531574336d00df43a68e3a2f69582b426033e/src/schema.ts#L27