lolbinarycat

Results 184 comments of lolbinarycat

personally, i find that solution very ugly, if anything i would just use the "name" field. what if i want to use a word that i use as a tag,...

How's the progress on this? I'd be willing to help, either with methods or documentation.

I'm not sure about sequences, but I do think present should add separators for numbers (perhaps spaces?). I also think that summary could write out numbers, so 123 becomes one...

The current summary for 123 is just "fixnum", and "123" is "string with 3 charachters". also, if you're seeing the summary of an object, chances are you are also seeing...

cant you just use a string? that's what it seems to get converted to whenever I see it.

``` fn stackOverflow() void { var x: [200]usize = undefined; @call(.{ .modifier = .never_tail }, stackOverflow, .{}); } pub fn main() void { stackOverflow(); } ``` zig has no output...

I would just like to emphasize the parallel to array declarations, `[...]`. This is a fairly similar usage (getting rid of the obvious thing), and so I think it fits...

I think I'll take a shot at the card game example.

more xml + xslt On Thu, Aug 18, 2016 at 5:40 PM, Markus Bordihn [email protected] wrote: > Possible candidate for C++ module: > https://github.com/felixhao28/JSCPP > > @lolbinarycat https://github.com/lolbinarycat > Do...

I believe the solution to the "unknown tag name" problem is to pass HTML_PARSE_RECOVER to htmlParseMemory. I believe this is what `xmllint --html` does, has it has no problem parsing...