c-antin
c-antin
Check out https://pub.dev/packages/super_editor
Those 2 flutter packages seem promising: https://pub.dev/packages/katex_flutter https://pub.dev/packages/flutter_math_fork
Suggestion: allow relative paths for env variable `DENO_CERT`. So `fetch()` can connect to self-signed resources. This is related to this stackoverflow question: https://stackoverflow.com/questions/74723433/deno-deploy-cert-flag
> I modified the generated project and removed armv7 arch. It is resolved temporarily. @Berrysoft may I ask how you managed to remove the armv7 arch? I have the same...
> To be more specific, are you asking about the list of headers, or the length of any single header? If receiving a _lot_ of headers, the current limit of...
An alternative would be deno gRPC server support + rust tonic client for bidirectional binary streams. See https://github.com/denoland/deno/discussions/17308#discussioncomment-5623819
See PR #1325
Bug: demo + modeler example: if editing text followed by saveXML, the new text is missing in the xml
> Did you actually confirm the label editing though Enter or clicking outside of the element? If you don't do that before downloading the XML the label will be missing....
Bug: demo + modeler example: if editing text followed by saveXML, the new text is missing in the xml
Thanks for pointing me to `directEditing`! Since `saveXML` is async, I save on `'commandStack.changed'`. So sadly calling `complete()` does not help here! Do you think it's a good idea to...
I'm working on a PR