Pierre Chapuis

Results 71 comments of Pierre Chapuis

Got any chance to look at this one? Current git head still has the issue. I have also tested on a Montain Lion machine (10.8.5) and I could reproduce it...

I guess it varies but I tend to agree with @fperrad: I always `return f()` from 0-ary functions in Lua, in part because of the tail call.

@winterheart @georgalis Hmm, sorry for the confusion here, I don't remember closing this PR and I definitely would not have closed it without an explanation. So my best guess is...

I do remember looking at that PR and thinking that indeed I have been thinking for a while that merging LuaSec and LuaSocket could be a good idea.

This issue has been fixed for a long time and a release has been shipped since then, closing.

I am migrating my own blog (from lunamark) and [hit this issue](https://github.com/catwell/djot.lua/commit/f8a87061f4feb5e20d7c6b3c59e7c44a62fd5224) in URLs (typically Wikipedia URLs). I am unsure how to fix it, for now I will probably just...

I thought about that a bit more, and I feel like the parser should just ignore all openers and closers except parens when it is processing the location part of...

@andersk I do think it's related to intraword emphasis. It only happens due to the interaction of emphasis and parens in the URL. For instance, your example breaks: ``` >...

The title also says "GitX SSH Remote Login" even though it is usually a HTTPS login.

Sadly I don't remember exactly what the issue I encountered 3 months ago was. I should have written down the details... Given how tricky the OpenSSL API can be, I...