Maurits van Mastrigt
Maurits van Mastrigt
Why is this a breaking change? Class names and namespaces are case insensitive. And otherwise you could use `use anlutro\cURL\cURL as Curl`.
It sort of works again.. The lockfile error is gone, but now I get: ``` *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 7 POSTGRES_USER=postgres POSTGRES_PASS=somepassword...
Hmm.. It hangs on: ``` ==> default: Running provisioner: docker... default: Installing Docker (latest) onto machine... default: Configuring Docker to autostart containers... ==> default: Starting Docker containers... ==> default: --...
@tdlm Can you push anything semi-working on that branch? I'd like to help. Also it would be great if you could do `--after 10m` or `--after 3d`.
@tdlm Running `date -r 0 -v +10M` gives me `date: invalid option -- 'v'`. So I'm not sure what's the difference here. Are you on OS X 10.9.5 too? What...
@nikolay I found a really simple solution: ``` brew install tag tag --add "1 Day" ~/Pr0n/*.mpg ```
``` formatlistpat=^\s*\d\+[\]:.)}\t ]\s* formatoptions=croql Last set from /usr/share/vim/vim73/ftplugin/vim.vim filetype=vim Last set from /usr/share/vim/vim73/filetype.vim indentexpr=GetVimIndent() Last set from /usr/share/vim/vim73/indent/vim.vim comments=sO:" -,mO:" ,eO:"",:" Last set from /usr/share/vim/vim73/ftplugin/vim.vim textwidth=78 Last set from /usr/share/vim/vim73/ftplugin/vim.vim...
Thanks for the workaround! This helps parsing [Bunyan](https://www.npmjs.com/package/bunyan) log records. I use a slightly altered regex to make sure it's a literal dot: `| sub("\\.[0-9]+Z$"; "Z") | fromdate`
FYI, paste this in your address bar for the error page: ``` data:text/html;charset=utf-8,%3Chtml%3E%0A%3Chead%3E%0A%3Ctitle%3ECannot%20run%20package%3C%2Ftitle%3E%0A%3Cstyle%3E%0A*%7B%20margin%3A%200%3B%20padding%3A%200%3B%7D%0A%0Abody%20%7B%0A%20%20overflow%3A%20hidden%3B%0A%7D%0A%0Ap%2C%20h1%20%7B%0A%20%20display%3A%20inline-block%3B%0A%20%20margin-left%3A%20100px%3B%0A%20%20color%3A%20%23333%3B%0A%20%20font-family%3A%20sans-serif%3B%0A%7D%0A%0A%23clouds%7B%0A%20%20padding%3A%20100px%200%3B%0A%20%20background%3A%20%23c9dbe9%3B%0A%20%20background%3A%20-webkit-linear-gradient(top%2C%20%23c9dbe9%200%25%2C%20%23fff%20100%25)%3B%0A%7D%0A%0A.cloud%20%7B%0A%20%20width%3A%20200px%3B%20height%3A%2060px%3B%0A%20%20background%3A%20%23fff%3B%0A%20%20%0A%20%20-webkit-border-radius%3A%20200px%3B%0A%20%20%0A%20%20position%3A%20relative%3B%20%0A%7D%0A%0A.cloud%3Abefore%2C%20.cloud%3Aafter%20%7B%0A%20%20content%3A%20''%3B%0A%20%20position%3A%20absolute%3B%20%0A%20%20background%3A%20%23fff%3B%0A%20%20width%3A%20100px%3B%20height%3A%2080px%3B%0A%20%20position%3A%20absolute%3B%20top%3A%20-15px%3B%20left%3A%2010px%3B%0A%20%20%0A%20%20-webkit-border-radius%3A%20100px%3B%0A%20%20-webkit-transform%3A%20rotate(30deg)%3B%0A%7D%0A%0A.cloud%3Aafter%20%7B%0A%20%20width%3A%20120px%3B%20height%3A%20120px%3B%0A%20%20top%3A%20-55px%3B%20left%3A%20auto%3B%20right%3A%2015px%3B%0A%7D%0A%0A.x1%20%7B%0A%20%20-webkit-animation%3A%20moveclouds%2030s%20linear%20infinite%3B%0A%20%20opacity%3A%200.8%3B%0A%7D%0A%0A%40-webkit-keyframes%20moveclouds%20%7B%0A%20%200%25%20%7Bmargin-left%3A%20800px%3B%7D%0A%20%20100%25%20%7Bmargin-left%3A%20-800px%3B%7D%0A%7D%0A%3C%2Fstyle%3E%0A%3C%2Fhead%3E%0A%3Cbody%3E%0A%20%20%3Cdiv%20id%3D%22clouds%22%3E%0A%20%20%20%20%3Ch1%3EInvalid%20package.json%3C%2Fh1%3E%0A%20%20%20%20%3Cbr%2F%3E%3Cbr%2F%3E%0A%20%20%20%20%3Cp%3EField%20'main'%20is%20required.%3C%2Fp%3E%0A%20%20%20%20%3Cdiv%20class%3D%22cloud%20x1%22%3E%3C%2Fdiv%3E%0A%20%20%3C%2Fdiv%3E%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E%0A ```
I've check the path ("public") that is given to the `nodewebkit` command, which resolves correctly. Also the `package.json` in the `public` folder does have a `main` field. Also tested it...