Nikita Prokopov
Nikita Prokopov
(copied from https://github.com/HumbleUI/HumbleUI/issues/13#issuecomment-1024440932, cc @Folcon) PS: Just testing out the new commit: By doing this: ``` (def label (ui/dynamic ctx [{:keys [font-ui leading fill-text]} ctx] (ui/label "Hello from Humble UI!...
Seems like a great alternative to SkParagraph/TextLine https://github.com/google/skia/blob/main/experimental/sktext/include/SkText.md
Copied from https://github.com/JetBrains/skija/issues/125
Copied from https://github.com/JetBrains/skija/issues/106 Given this: ``` a U+0061 LATIN SMALL LETTER A ̆ U+0306 COMBINING BREVE ``` JB Mono supports a and ă but not ̆. That leads to whole...
Copied from https://github.com/JetBrains/skija/issues/130 Solution: remove finalizer cleaning from “GL-related” resource like Context, make user free them explicitly. Maybe print a warning if not
Copied from https://github.com/JetBrains/skija/issues/54
Following README, it’s not clear why after everything is set up no tests have been found. Maybe change default ns-pattern value to `".*"`, with option to rewrite? Otherwise you might...
When test blows up with unexpected exception: ``` ERROR in datascript.test.upsert/test-redefining-ids (db.cljc:1083) Uncaught exception, not in assertion. Exception: clojure.lang.ExceptionInfo: Conflicting upsert: -3 resolves both to 1 and 2 {:error :transact/upsert}...