Paul Iannazzo

Results 46 issues of Paul Iannazzo

can we just $http? from what I understand your code that deals with stripe is only making 1 http call. stripe has a documented HTTP API. would you accept a...

found in validate.js ``` var __indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i]...

i'm not sure exactly why, as my college discovered this bug.

when doc is returned it will list _conflicts and _deleted_conflitcs if they exist, these fields will not be included when the doc is downloaded via it's url. i haven't tested...

`Error: 10 $digest() iterations reached. Aborting!` i get this when using groupBy as a filter on a small set of data (20-30 items) ``` html {{place_type}} ```

i have to add this to my deps.edn or clojure throws nonsense errors ```clojure :mvn/repos { "jitpack" {:url "https://jitpack.io"} "sonatype" {:url "https://oss.sonatype.org/content/repositories/releases" :snapshots false :releases {:checksum :fail :update :always}} "sonatype-snapshots"...

the official datomic documents give me the impression that i should be allowed to do something like `(dh.api/transact conn [{:db/ident :a/keyword}])` however, when i attempt to do this i get...

i am adding 1000 small objects to the DB at once (maybe 30 datoms) and it's taking 72 seconds. i'm using `transact!` is this expected? is it possible that this...

performance

```clojure (m/schema [:merge [:map [:x :string]] [:map [:y :int]]] ) ``` ``` Unhandled clojure.lang.ExceptionInfo :malli.core/invalid-schema {:schema :merge} {:type :malli.core/invalid-schema, :message :malli.core/invalid-schema, :data {:schema :merge}} ```

documentation

any form of docs would be really nice. wiki | readme | external site