hipitihop

Results 22 issues of hipitihop

Great library. We have been using it for considerable time. We use the npm module from within clojurescript, and compile via shadow-cljs. We currently use 8.2.0. However we can't import...

Feature Request

## Problem We have recently noticed the following rendering issue with the devtools scope tree. ![image](https://user-images.githubusercontent.com/4626024/64827447-91c17280-d607-11e9-8116-647caffbc037.png) ## Environment / Observations - this started happening a few weeks back. - seems...

chrome-bug

While the dropdown correctly shows disabled background and sans dropdown button, it still shows the focus rectangle when clicked or keyboard navigated to (tab). ![image](https://user-images.githubusercontent.com/4626024/109439711-2f6a6500-7a7b-11eb-97ff-4bb22d34c422.png)

As of re-frame 1.1.2 there is a new interceptor available `unwrap`, this is the result of day8/re-frame#644 which promotes 2-vector of [event-id payload-map] **Proposal** - For backward compatibility, introduce new...

Original Snips implementation would include a `confidenceScore` slot property. This is missing in Alice. Version: 1.0.0-a6 **Alice** ```json "slots":[ {"rawValue":"office", "value":{"kind":"Custom","value":"office"}, "alternatives":[], "range":{"start":16,"end":22}, "entity":"location", "slotName":"location"} ] ``` **Snips** ```json "slots":[...

enhancement

intent payload has null value for `asrTokens`. >I currently don't depend on these so non critical for me. Just an observation when comparing original Snips to Alice payloads. **Alice** ```json...

enhancement

The following Spec ```clojure (s/def :my.namespace/sort (s/and number? pos?)) ``` produces: ```json "sort": { "allOf": [ { "type": "number", "format": "double" }, { "minimum": 0, "exclusiveMinimum": true } ] }...

Thanks for this library. Schema versions have moved on from draft-04 for some time. Latest is 2019-09 https://json-schema.org/specification.html are there plans to keep in step ? Also, shouldn't the generator...

**Environment:** **host:** Ubuntu 20.04.3 **yarn:** v1.22.17 **logseq:** Desktop 0.6.2 **Error:** ``` yarn export yarn run v1.22.17 $ yarn build && next export $ next build info - Using webpack 5....

**Issue:** Clean compile gives the following error for valid namespaces :required in runner/suite. Same namespaces work fine when using cemerick/clojurescript.test Originally reported as [CLJS-974](http://dev.clojure.org/jira/browse/CLJS-974) I was under the impression it...

Needs Repro