Thom Nichols
Thom Nichols
- **What's the file's extension?** .mib - **What's the file's Uniform Type Identifier (output of `mdls -name kMDItemContentType /path/to/your/file`)?** `kMDItemContentType = "dyn.ah62d4rv4ge8044pc"` - **What kind of preview do you expect?...
``` npm ERR! peer dep missing: mocha@^5.2.0 || ^6.0 || ^7.0 || ^8.0, required by [email protected] ``` Using `[email protected]`
inc. phantomJS
Create gulp tasks to build executables based on https://github.com/atom/electron/blob/master/docs/tutorial/application-distribution.md
As of Ansible 2.0 or 2.1 I believe... ``` TASK [zzet.rbenv : check ruby 2.2.4 installed for select users] **************** [DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks...
I want to install rbenv with this role but then not install a ruby version until later in my build when my app sources are checked out. There's a `.ruby-version`...
Added Dockerfiles for cross-platform build on linux-x64, arm64 and arm32. ~~Note that on ARM platforms unit tests presently fail :(~~ Tests pass on all architectures (x64,arm,arm64/glibc and musl) and nodejs...
NPM says latest version is v4 but this repo only shows the latest version as somewhere around v2 + "Unreleased" in the changelog.
I just got bit when `npm install` installed react-toggle v2.2.1 but we're still using react v15.0 which is incompatible due to use of `PureComponent`. It looks like PureComponent was added...
Puma dev's DNS resolution doesn't appear to work at all anymore on MacOS Catalina. I've done `puma-dev -cleanup` and even uninstalled/reinstalled from homebrew, then `sudo puma-dev -setup; puma-dev -install` again....