Michael Coleman

Results 10 comments of Michael Coleman

@Valexr I looked into this a bit (saw it in my project as well). It looks like this is from dependencies of `svelte-preprocess`. It looks like this was mostly fixed...

> dependency in svelte package: > > https://github.com/sveltejs/svelte/blob/eef125f6c1d586ec4ed4a75ae8a93c54870a2e12/package.json#L157 Ah, sorry. I thought this was for downstream installs (how I ran into it). I wasn't looking at devDependencies.

The `columns` array in your example has a new value on every render. `flexRender` renders the `header` property as a component (like `` instead of a `header()` render prop). The...

Yeh, I think it flows better that way. Perhaps passup could check whether there are updates on the master branch and ask the user if they would like to update?...

Maybe we could make an asciicast (http://asciinema.org/) too?

Yeh, that looks great. I'll try to work on some wiki pages later.

I think this is perfect for screenshots. However, I think it would be nice to have text-based log files too (incase I lose the output and I can't seem to...

Maybe every session that experiences an error should get it's own folder (for screenshots and a central log file to go in)? I guess a log file isn't completely necessary....

I like the idea of allowing the user to configure the string interpolation. The only problem I see with that default format is if two of them are started in...

Yeah, I think that's the approach to use. Where would the logs go? I couldn't find a good way to resolve the user's home directory with casperjs. Edit: I guess...