Kirill Chernyshov

Results 19 issues of Kirill Chernyshov

I'm trying to write multi schema to validate a map with strings as a key: ```clojure (def valid? (m/validator [:multi {:dispatch "type"} ["object" [:map-of :keyword :string]] [::m/default :string]])) ``` Here...

enhancement
help wanted

```clojure [:map-of {} :keyword :int [:re #"^([a-z][a-z0-9]*)+(-[a-z0-9]+)*\\-ext$"] [:map ,,,]] ``` Something similar exists in json-schema: ```js { "type": "object", "patternProperties": { "^([a-z][a-z0-9]*)+(-[a-z0-9]+)*\\-ext$": {}, "^([a-z][a-z0-9]*)+(-[a-z0-9]+)*\\-ext-definition$": {} }, "additionalProperties": false } ```

> The current machine does not support all of the following CPU features that are required by the image: [CX8, CMOV, FXSR, MMX, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, POPCNT,...

* LiveviewPage protocol * liveview.core/page now returns an object with LiveviewPage implementation * Client runtime extended with ability to add/drop topic handlers