Camilo Polymeris

Results 12 comments of Camilo Polymeris

Same here. Getting `Error: pq: CREATE MATERIALIZED VIEW ... WITH DATA cannot run inside a transaction block` on version 1.11.0 with: ``` -- migrate:up transaction:false create materialized view ... ```

Turns out I had more than one statement in the up migration, and apparently it can only be a single one if not in transaction.

Btw, I am not sure if `:as :json` here does anything. I think that's a `clj-http` option. https://github.com/oliyh/martian/blob/master/cljs-http/src/martian/cljs_http.cljs#L29

Despite what the docs say, it seems the `repo` block is not mandatory. Running v0.3 of the provider, this registers a "manual deploys" site: ``` resource "netlify_site" "www" { name...

Fantastic. In my mind this is also a better way to get often requested features like embedded scripts: you can just run the script _outside_ and call into pp's API....

Decided to play with firebase/matchbox for the first time today, and running into this response from the servers: > The specified authentication provider is not enabled for this Firebase. >...

Running into the same issue, @BlanceXR Did you figure it out? Thanks!

I am not sure how to record a video. It seems easier to reproduce the bug on a smartphone. The polygon blinks blue as you drag the shape around.

Didn't intend to close ticket, always hit the wrong button. (Although feel free to close if you can't repro)

I'm just a recent user, so I don't perhaps don't understand all the complexity and implications, but the idea of having the application serve some kind of web API sounds...