Failing test case, demonstating error when using N3.js module with webpack.
Usage:
- git clone this gist
npm installnpm start- open http://localhost:8080/ and observe the console error
Failing test case, demonstating error when using N3.js module with webpack.
Usage:
npm installnpm startI hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: camlistored | |
| # Required-Start: $local_fs $network $named $time $syslog | |
| # Required-Stop: $local_fs $network $named $time $syslog | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Description: Camlistore server | |
| ### END INIT INFO |
README is empty
| LOGGING = { | |
| 'version': 1, | |
| 'disable_existing_loggers': False, | |
| 'handlers': { | |
| 'console': { | |
| 'level': 'WARNING', | |
| 'class': 'logging.StreamHandler', | |
| }, | |
| }, | |
| 'loggers': { |
| var hyperquest = require('hyperquest'); | |
| hyperquest('http://www.reddit.com/comments/2ili8a').pipe(process.stdout); |
Here are examples of Upstart jobs (Ubuntu) and Systemd units (RHEL7, Arch, CoreOS).
They should be complete enough to get you started.
There are some shell commands needed in each case too:
...