Sam Hocevar

Results 189 comments of Sam Hocevar

I put a screenshot at http://people.zoy.org/~sam/caca-df.png

Thanks for the suggestion. Unfortunately I do need to support conflicting stuff such as `-o something` and `-out something_else`. Also using `final_callback` would prevent me from using all the nice...

So, I wrote a proof of concept in ca183479b7c11f2ec59fcade9efc95e302ef7b96. My strategy is to store these special flags in the short options, but try to parse them as if they were...

Thanks for the review. I initially considered having a list of medium options, but the signature for `get_names` was already a bit long so I decided against it. I will...

My strategy is to test a specific version and stick to it; in my project ([Emoji.Wpf](https://github.com/samhocevar/emoji.wpf)) I am using a commit from 3 months ago, before the big glyph layout...

Thanks for the detailed answer! About the zepto8 repo, you probably want `git submodule update --init --recursive` because the `lol` submodule itself has submodules. Speaking of that, is there a...

Also, you can test an HTML build of [zepto8 with Zep support](http://people.zoy.org/~sam/zepto8/zepto8.html) (compiled with emscripten). The editor isn’t linked with the emulator yet, so changing the code won’t do anything,...

Ah, thanks for investigating that! It was an error on my side, the submodule URI was using the SSH protocol explicitly rather than a relative path… It’s now fixed.

Ah, sorry, I made the above fix in a hurry and I think I broke several submodules… also, I hadn’t tested the Visual Studio build and some files were missing....

> [e7687d4](https://github.com/cmaughan/zep/commit/e7687d4414bf786e36453efad286ca7e519d920c) Fixes the Thread one I believe? Yes! I’ll strike it out.