Brian Frichette

Results 58 comments of Brian Frichette

Looks pretty cool. I'll check it out. Thanks

@jonschlinkert @doowb Let's talk this weekend if you've got a minute. I apologize, I have been really tied up lately, but I'd be happy to talk about how we could...

Hi @jonschlinkert, Email me at [email protected] or just add my on G+. I was thinking we could do a Google+ Hangout rather than go back and forth over several emails....

Can you clarify this? Specifically: - Do you want to be able to paste in test and then save that with a file name that can be imported into the...

Hi Heff, I'm totally happy to see forks of the project, and it's really cool to see the concept behind your video editor. The best thing about open source is...

I'm going on vacation starting... in like 6 hours :) So, I might pop in sometime during my vacation, but if I don't get around to it, expect me to...

Yeah, I'm not sure what I ultimately want this to be. I think first it makes sense to implement the easy stuff that doesn't require server side. If I get...

I have no problem creating a "Create Gist" button for the current chunk of code. However, I have moved this to Express, as I want the power and flexibility that...

Good ideas. I agree the flashing isn't good UI. I'll play around with these suggestions when I get a moment. Feel free to do this same.

Should be: ```ts type TagNode = { attrs: { [attr: string]: string } children: HTMLAstNode[] name: string type: 'tag' voidElement: boolean } type TextNode = { content: string type: 'text'...