Mark Heppner

Results 16 comments of Mark Heppner

It's now in "running" phase, which I was never able to get to in the past week or so. I'm not sure what changed. Health checks are still failing and...

My coworker also confirmed this on EC2 (I think they're using CoreOS) with the default hdfs installation. The steps are just to hit the install button for hdfs in the...

I think you meant #257, it looks pretty similar.

@mgummelt, is it possible to mark this repo as deprecated? Instead of having everyone post new issues without knowing this repo isn't in use, it might be more efficient to...

I think this might actually be related to `ngtemplate-loader` when specifying `relativeTo`. I'm not getting any errors about not finding `http://app.finderbox.dev/...` though. Might be related: webpack-contrib/html-loader#91. I'm using `[email protected]` and...

Found the problem. In Alpine, semaphores don't get prefixed with `sem.`, so the path is being overwritten in [the constructor](https://github.com/django/asgi_ipc/blob/1.4.1/asgi_ipc/store.py#L28) when it creates the shared memory. Maybe this is a...