Tony Worm

Results 318 comments of Tony Worm

I tried using devicemapper as a backend and started running into this issue: https://github.com/docker/docker/issues/4036 Still have the original AUFS problem w/o the dm backend

As I look at what remains, I do see that there is not much left, but I still think there is too much coupling. A few things I've been thinking...

This is neat, have you seen my project https:github.com/hofstadter-io/geb ? It's a dsl-to-anything generation tool. lots of flexibility and conditionals at the project, file, and module levels. Still need to...

`.env.sample` might be a better name as it implies it needs to be filled in and renamed before it can be used. It would be good to have `.env` in...

I'm thinking the way to start integrating this is by first breaking the user directory into `user` and `authentication` ( or `authn` for breviety) . Then to upgrade the authn...

I brought both the `auth{authn/authz}` and `entities/{user,group,org,serviceAccount}` subdirectories up to the top level so there are 6 "modules" at the root now. Does either organization have preference with anyone else?...

I can put something in about Features with my upcoming auth docs. Here are some pointers in the meantime: - Features are different in the client and server. You could...

I'm not sure about the naming change yet... it's one of the (2 or 3) hardest problems in CS ;] This is probably an important decision we shouldn't rush. it...

Hmmm, maybe we pull the connector.js files into the `common` directory. Something like ``` src/common/ features/ (or some other name t.b.d.) server/ default.js (current `client/modules/connector.js`) some-other-server-module-type.js .... client/ default.js (current...

I've been working on a Connector library which would enable this capability. https://github.com/hofstadter-io/connector-js Should have a branch up soon demonstrating against this repository.