Nik Martin
Nik Martin
I'm using docco on a node.js project, and nowhere in the page http://jashkenas.github.io/docco/ is the list of comment sugar, if any, Docco supports. I Joogled several times, finally ending up...
So I have yet to get rsyncbtrfs to make a backup that doesn't fail. Usually, It appears that temp/cache files that change on disk or disappear before rsync finishes is...
While exercise 1 & 2 are complete, working todo apps, in Exercise 3, the Modular Backbone App is left as an exercise to the reader. The use of Require is...
```ERROR in Error: Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function (position 404:52 in...
Trying to use this on a page and when the plugin is displayed in iOS, it just seems to 'lock up' the page. The datepicker displays at the bottom of...
Related to #25: ``` .use(permalinks({ relative: false, pattern: ':collection/:title' })) ``` will try to create `about.md`, which is _NOT_ in a collection, as `/about/index.html`, which is the root of the...
Installing the latest docker compose (v2) will cause the dev.sh script to throw errors: ``` unexpected character "." in variable name near "discovery.type=single-node\nxpack.security.enabled=false\nES_JAVA_OPTS=-Xms256m -Xmx256m -Dlog4j2.formatMsgNoLookups=true\n" ```
When trying to fetch a view, the error in the title is displayed. Opening developer tools and looking at the response from SQL Server, here's the query that's being run:...
In router.js: ``` ShellView = require('app/views/Shell'), HomeView = require('app/views/Home'), ``` should be: ``` ShellView = require('app/views/shell'), HomeView = require('app/views/home'), ``` and in app/views/shell.js: ``` EmployeeListView = require('app/views/EmployeeList'), ``` should be:...
``` gcloud preview app deploy ``` will fail unless you pull google/docker-registry prior to deploying