David Marrs

Results 48 comments of David Marrs

> Hey! Have you tried to set :set backupcopy=yes as mentioned in your Stack Exchange link? Shouldn't that be `:set backupcopy=no`? You want to edit the file in place if...

@anmolagar did that work for you? I'm having the same issue when calling back to locally tested code. I explicitly set the callback URL as `http://127.0.0.1:PORT/path/to/callback` in twitter and in...

I got it working as well. My issue turned out to be that the API keys had changed around the same time. Don't know if that was my end or...

Thanks for the quick response. That depends on how two or more require configs combine. It would work if the 2nd config overrides the 1st such that `require.config({a: 'foo', b:...

Do you want to customise it to be another md page or do you want complete control over what it looks like?

@jacobrask include an --index option, default to readme.md if none is provided?

It sounds like a good idea. It may be a while before I can get around to this, so if you want to contribute this feature yourself, you can make...

I think you're right that documenting the main file is the right way to go. I wonder if this was considered by @jacobrask originally and that's why modules get ignored....

Thanks for the suggestion and sorry for not getting back to you sooner. I think there is definitely merit in this as I certainly write CSS classes that are intended...

What happens if you compile the LESS to CSS first and then build the docs with that?