Adam Roben
Adam Roben
> In this case an embedded block of C is created, would it not make sense for the block to reset the base rather than the include? If that were...
> So, is this changed in the C client? Yeah, as mentioned [above](https://github.com/evan/memcached/pull/156#discussion_r18519447), newer versions of the C client have already fixed this bug.
This would be nice for Chat, which is 74.5MB (`/khanify chromium`). But definitely not needed for a 1.0.
We haven't had a need to pre-build brightray so far because it's so small. It just gets compiled alongside whatever app is using it. We do pre-build libchromiumcontent because the...
Yeah almost certainly the same issue.
Yes, this is a feature of the language grammar. It's trying to be helpful by highlighting raw strings as if they were regexes, since that is typically what they are...
@mattdeboard You're right that `r"\n"` is a two-byte (and two-character) string. But I do think it is useful for the grammar to highlight `\n` specially in this case. In regular...
We should probably put some default context menus in Brightray itself. Then we can show how to extend them in the example app.
Some related work: https://github.com/tmm1/stackprof/pull/74 https://github.com/tmm1/stackprof/pull/100