toddself

Results 19 issues of toddself

This fixes an issue where browserify-istanbul won't run if one of your parent directories is named `node_modules`. We want to ignore children directories name `node_modules` but not parent directories from...

is this project still active? the last update is ~4 years ago

I keep getting ECONNREFUSED. the `/root/startup.sh`script complains about about `/etc/hosts` being on a Read-only filesystem (and hapi not existing): ``` root@37ca54227a47:/# /root/startup.sh: line 3: /etc/hosts: Read-only file system Apache CouchDB...

Was getting a failure on the `openssl req -config` command because the common name was too long. This should truncate the common name at 64 characters if it exceeds it....

i mean we're using a lot of stuff in addition to sheetify, but, it could be more obvious how this all fits together :). I'll try to throw together some...

We're trying to use this library, but our app does server-side rendering. Since calling `require` on this library attempts to access the `window` object, this crashes node on the server-side....

It should be mentioned that IE8 and IE9 do not let you use CORS if your page is loaded from an HTTPS source. It's a massive pain in the ass...

change-request
needs-review

Given the following input: ``` markdown this is a **paragraph** ``` markdown (along with stmd - see jgm/stmd#88) outputs: ``` html this is a paragraph ``` Gruber, (and [chjj/marked](/chjj/marked)) on...

I fixed the issue I was discussing in #88, but I'm not sure this the 100% right approach. Figure I'll propose this first and start a discussion. The documentation needs...

Hi! If you pass in `store.start({state: false})` right now the [tests say that you should return an empty object for state](https://github.com/yoshuawuyts/barracks/blob/master/test.js#L105-L112), but this functionality is undocumented. Is this something that...