Joel Kuzmarski
Joel Kuzmarski
Regarding this test: https://github.com/sorin-ionescu/prezto/commit/3a5fff9c6d8e62032f0173476aed73afcd00578e#diff-9b19914007506af01febc6dabc80fd47R9 The command: ``` zsh -c '[[ "$SHLVL" -eq 1 && ! -o LOGIN ]] && \ echo "I think I am non-interactive, non-login!" \ || echo...
I have a quick question about why what I see the menu plugin reporting is not what I expect in regards to "Public DNS Information". I've set my configuration in...
Fixes #4
Add note about dnscrypt-proxy needing to be started from command line after installation.
_Everyday terminology_ refers to the semantic `` element as a "link" _OR_ an "anchor", giving the tag a double meaning. Specs refer to a "link" as what _everyday terminology_ refers...
Using Mac OS X Mountain Lion 10.8.5, dependencies installed with Homebrew, and ruby-1.9.3-p374 via RVM. I'm getting errors I'm not sure how to interpret: ``` Could not create Makefile due...
- `http://localhost:8080/` ``` GET http://localhost:8080/node_modules/@feathersjs/socketio/lib/lib.js 404 (Not Found) GET http://localhost:8080/node_modules/@feathersjs/socketio/lib/lib/index.js 404 (Not Found) Error: 404 Not Found: http://localhost:8080/node_modules/@feathersjs/socketio/lib/lib.js The module [@feathersjs/socketio/lib/lib] couldn't be fetched. Clicking the link in the stack...
For this module code using ` {{name(context)}}` syntax: ```js import { Component, realtimeRestModel } from "//unpkg.com/can@5/core.mjs"; const File = realtimeRestModel('/api/files/{id}').Map; Component.extend({ tag: 'files-app', view: ` {{name context}}` eliminates all warnings:...
This is a continuation of discussion that originated in #535. Currently, env var replacement is only allowed in `custom-environment-variables.*`. Sectioning off env var replacement to this file seems obtuse, and...
Small feature request to allow "lucky" accepting multiple arguments like: `mas lucky 'Brightness Slider' 'MindNode 5'` Currently that results in: `Unrecognized arguments: "MindNode 5"`