Hans Kristian Flaatten

Results 122 comments of Hans Kristian Flaatten

Did you have any thoughts on which tests to run @wblankenship? My first thought was to run the io.js core test suite – but this actually crashes v8 at some...

@jbergstroem I think @termie v8 comment was directed towards [my comment](#issuecomment-89369497) that I managed to get a [V8_Fatal error](https://gist.github.com/Starefossen/2425632b88700f712f31) when running the io.js test suite inside of the official Docker...

Wow! Very nice indeed @termie 😄👏

Hi @megastef, Yes the current image is not as slim as it could have been. There is a lengthy disucssion in issue #44 you should check out regarding the possibility...

I second @pesho's comment on verifying binaries in order for this to become an official io.js image under the `:alpine` tag.

Unfortunately there are some challenges with running the io.js test suite 😕 Maybe someone at iojs/build may be able to help?

@hmalphettes you have probably read [this comment](https://github.com/iojs/docker-iojs/pull/26#issuecomment-74551237) in #26, but just to make sure: > **yosifkit commented on Feb 16** > I think the hardest part here is that this...

For the `:onbuild` image I think we could chown `/usr/src/app` to the `app` user, and let it be up to the person starting the container if they want to run...

I think this was done this because we originally had a large database where the dates were formatted as strings and not date objects if I recall correctly. If you...

Pull requests are always welcome, @Splaktar 👍