kent safranski

Results 22 comments of kent safranski

Just another vote for removing custom log levels and embracing the 7 Syslog Levels (of Hell). Custom log levels are an unnecessary source of bike shedding, they don't clear up...

Still need a good solution for older IE.

Petros- I'm glad you like Fokiz. It is pretty barebones, and for good reason, it was built to be developed upon. There is a component for flagging pages as blogs...

It's Windows :-( I built the system to work on LAMP and honestly haven't had the time to provide accommodation for Win systems.

We removed the `link` feature because we saw the use-case for Devlab as more of a `1:N` relationship between the parent and service containers. I'm not opposed to adding it...

@pavelexpertov I'm happy to review and help with any PR you submit. I'm tied up for the next several weeks but I'll watch for anything you push.

If I'm understanding the question correctly; you can set any scripts you want to be handled as a default command to the `before` in the binci.yml (realize we should improve...

Since it's potentially a breaking change I think flag/config would be best, potentially: ``` binci --privileged=false ``` or in config: ``` from: privileged: false ```

It uses [`os-tmpdir` in our abstraction](https://github.com/binci/binci/blob/master/src/tempdir.js) which _should_ handle that, but you could set `BINCI_TMP` locally to a path of your choosing which you know is writeable if that's not...

I see you opened #106 in regard to the above error. I'm assuming this means the `BINCI_TMP` worked in this case? I'm still trying to get access to a Windows...