VMWare Fusion 13 is now released. Read Vagrant and VMWare Fusion 13 Player on Apple M1 Pro for the latest.
This document summarizes notes taken while to make the VMWare Tech preview work on Apple M1 Pro, it originated
VMWare Fusion 13 is now released. Read Vagrant and VMWare Fusion 13 Player on Apple M1 Pro for the latest.
This document summarizes notes taken while to make the VMWare Tech preview work on Apple M1 Pro, it originated
VMWare Fusion 13 is now released. Read Vagrant and VMWare Fusion 13 Player on Apple M1 Pro for the latest.
This document summarizes notes taken while to make the VMWare Tech preview work on Apple M1 Pro, it originated
const files = { | |
"m1.js": `import {func} from './m2.js'; console.log(func());`, | |
"m2.js": `export function func() { return 'abc'; }` | |
} | |
const urls = new Map | |
function getURL(filename) { | |
let url = urls.get(filename) | |
if (!url) { |
Notes from DevDocs team meeting March 30, 2018
Present:
Thibaut (GitHub: @thibaut) Alex Chafee (@alexch) Joshua Burke (?) Quincy Larson (@quincylarson)
During our 70-minute call, we talked about:
/** | |
* VIN decoder. | |
* | |
* kevinboutin on 3/11/18. | |
* | |
* My VIN for testing is WBA3A5G59DNP26082 so use the following command to invoke: | |
* node vindecoder WBA3A5G59DNP26082 | |
* | |
* Examples: | |
* KM8JM12D56U303366 |
From http://orgmode.org/orgcard.txt on 2016-09-13 | |
================================================================================ | |
Org-Mode Reference Card (for version 7.8.11) | |
================================================================================ | |
================================================================================ | |
Getting Started |
It's now here, in The Programmer's Compendium. The content is the same as before, but being part of the compendium means that it's actively maintained.
To pull in dependencies and have them run their migrations in the parent apps' repo.
MyChild - A mix application with ecto migrations, schemas, etc. MyParent - A phoenix application that wants to leverage the child application.
In this case MyParent has added MyChild as a mix dependency via github, eg:
$ docker-machine ssh dev | |
Boot2Docker version 1.9.0, build master : 16e4a2a - Tue Nov 3 19:49:22 UTC 2015 | |
Docker version 1.9.0, build 76d6bc9 | |
$ sudo -i | |
$ rm -rf /var/lib/docker/network | |
# exit from the Docker host and then run |