Olivier Bilodeau

Results 291 comments of Olivier Bilodeau

> The reason i choose Ansible to provision my Windows VMs: > [...] I have been using ansible for Linux server stuff here and there and I like it a...

It's done: https://gitter.im/malboxes_/Lobby. The underscore is unfortunate but for some reason I could never get `malboxes` to be accepted by gitter... Badge is on the README too.

I'm just starting to review it but I wanted to say upfront: > Added a subfolder to the .cache directory to allow *concurrent builds*. :+1: to that! I meant to...

I think `choco_packages` should stay and that profiles packages should be added on top. For simplicity, it can be done in two different steps, it's not important.

> if so, `choco_packages` should be at least renamed to `packages` ? I agree but let's support `choco_packages` for a while to give time to people to upgrade their configs....

I'm running a test dry-run build on all supported OSes with that branch right now.

Yes, having an additional method of file sharing (more like file copying to the VM) would be interesting and I would support that development.

Yes, we could iterate on a dict adding modifyvm lines in this list: ``` "vboxmanage": [ ["modifyvm", "{{ '{{.Name}}' }}", "--memory", "4096"], ["modifyvm", "{{ '{{.Name}}' }}", "--cpus", "1"] ], ```...

I'm lacking the context here. It used to work but they are changing a behavior in the newer Chrome builds? Side question: Why isn't the font embedded in the extension?

There's probably something that needs to be adapted to support newer PHP version. This was developed for PHP 7. > Tried:changing PHP version(3.4~3.9),run in wsl,but none of them worked. You...