Jonathan Lin

Results 68 comments of Jonathan Lin

@DanielHeath You may want to check out https://github.com/chris-ramon/douceur

@peterbe you may want to check out https://github.com/chris-ramon/douceur

@ghusse [Version 5.7.1] I experienced the error "Cannot read property 'offset' of null", and your previous comment fixed this issue. :+1:

Any resolution for this? What gotcha did I miss?

This is how PolymerLab's lit-element is doing it: https://github.com/PolymerLabs/lit-element/pull/19/files To turn off shadow DOM: ``` // Override _createRoot _createRoot() { return this; } ```

Because the `docker-compose` command is actually a container, I suspect there is additional volume mapping that I need to do in addition to the current alias in order for this...

Thanks for the reply. `-v "$HOME/.docker:$HOME/.docker"` does not seem to work. In fact, `$PWD` is my `$HOME` directory in the server. `-v "$HOME:$HOME"` also did not work. (I did remember...

`docker pull` works and is able to pull in GCR images, and would be the simplest fallback for now :)

Any help with this? I am getting `can't acquire lock` error on Postgres when trying to run migrations (could be no new migrations pending) on a new app instance while...

``` $ brew install migrate --with-postgres Updating Homebrew... Error: No available formula with the name "migrate" ==> Searching for a previously deleted formula... Warning: homebrew/core is shallow clone. To get...