dumblob

Results 1350 comments of dumblob

@mirohs could you please remove the current description of this original repository and instead place the following text there and then archive this original repository? `Repository moved to https://github.com/7guis/7guis` I'd...

IIRC we discussed something along these lines with @mirohs and I am not sure if everything listed is technically possible due to missing permissions. Any insight @mirohs ? If permissions...

Oh, I should not be writing anything when sick in my bed. Of course ICANN has nothing to do with subdomains nor with github.com . I remembered (wrongly) that there...

I know it's a bit off-topic, but Nim guys have implemented a [full-featured & **seamless** CPS](https://github.com/nim-works/cps ) for Nim (i.e. including support for arbitrary recursion). Of course it's based around...

Thanks @navytux - I was looking for a working `select` and pygolang seems to cut it!

+1 the patch looks fine

@saysjonathan do you plan to resolve the merge conflicts any time soon?

@lethosor the algorithm seems a bit better, but it won't be accepted as it completely changes the library - namely it seems to switch from C to C++, which is...

>...the vim mode in zsh sometimes, but vim modes in the end tend to be very limited, naturally, so it is never a great experience. But still I use it...

Just a nit pick: >Ordered hash maps would complicate implementation for some languages, like go(map) or python(dict). Python 3 `dict` is ordered. For Go (as well as any other at...