Mike Barry

Results 101 comments of Mike Barry

We have this issue too. We would love to manage each subnet separately.

@mthoger you can use the copy attribute on properties now to work around this. ``` { "apiVersion": "2015-06-15", "type": "Microsoft.Network/virtualNetworks", "name": "[variables('vnetName')]", "location": "[resourceGroup().location]", "dependsOn": [ "routeTableCopy", ], "properties": {...

The documentation here (https://github.com/winfsp/sshfs-win/blob/036846d8628543f7ef59782f9eae6c4f8c07645c/README.md?plain=1#L106) is wrong. USERPROFILE is not the location that is first searched: https://github.com/cygwin/cygwin/blob/8050ef207494e6d227e968cc7e5850153f943320/winsup/doc/ntsec.xml#L1455 ``` The user's home directory is set to the same directory which is used...

@S-Manglik this change was rolled back here: https://github.com/goldmansachs/gs-quant/pull/253/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7 was this intentional?

Hi! I know it's a busy and/or relaxing time of year for everyone. Is there an estimated ETA for a beta on this? Happy Holidays!

@minrk I'm thinking this might be useful to me and I might implement it, but it's not clear if it will solve my problem. Maybe you can clear it up?...

Use at your own risk. I cherry picked @g-braeunlich PR into current master: jabberaa/repo2docker-admin:latest

5 am my time. Unless my kids are a total nightmare I'll just say that something like this is required and leave it at that.

I'm likely going to fork this and allow for base image selection as well. The images that are being minted by repo2docker for our use case are enormous with no...