John Doe

Results 7 issues of John Doe

I've forked lit, though not through github, for reasons that follow: - I've greatly relaxed the parser. I understand that code style is a matter of perspective, but I disagree...

I hate to bring this topic up, but I feel like lwan is rather heavily restricted as potentially embedded webserver library. Instead of GPL, why not LGPL (with an exception...

The greek translation of the OCaml page is errornously displayed twice, but I think it's meant to be displayed as a language tag. It links to [/docs/el-gr/ocaml-gr/](https://learnxinyminutes.com/docs/el-gr/ocaml-gr/). This is really...

I was really impressed with this implementation, so over a coule days, I expanded my fork quite considerably. Among things in regard to code style: - switched code directly to...

This gem won't be able to be used as-is, since `cygwin1.dll` apparently does not export the structure of `time_t`. Here is a potential fix, assuming LLVM+Clang have been installed into...

The current solitary example shows well how to extract data/tokens, but it's very spartan, too spartan, to be honest. Is there a chance to add some more extensive examples? Perhaps...

The function ` generate_next_urls` scans every page, effectively downloading and loading *every* page into memory. This may not be a problem for small files, but it's completely inefficient, and makes...