Zachary Buhman

Results 37 comments of Zachary Buhman

I opened [bb-btns#1](https://bitbucket.org/bb-btns/bb-btns.bitbucket.org/issues/1), and also [re-created](https://buhman.github.io/bb-btns/) it on github pages just to see how it [works](https://ptpb.pw/2rYZ.png). I think it would be better for bb-btns to be fixed upstream first, so...

SRFI-113 doesn't require it, but I think it would be nice if `(set-adjoin!)` were implemented to execute in amortized constant time as well.

Not sure if I quite understand what's going on, but I'm https://github.com/gambit/gambit/blob/master/lib/_system.scm#L2400 is almost certainly where the linear lookups happen (though I could have easily misread). Changing: ``` (make-hash-table (make-pair-comparator...

Personally I'd like to see python add syntax-level support for partial application, then the equivalent of `run(partial(fn, arg1, arg2))` is always what happens.

Related, should probably environment-variable-ifiy more of the configuration, and document it. I did do this at some point, but it got eaten by dockerhub.

ghcjs + [miso](https://github.com/dmjio/miso) or [reflex-frp](https://github.com/reflex-frp/reflex-platform) seem like fascinating options. I read ~20 mins introductory material for each: - as advertised, miso looks almost like elm, with a few haskell-isms mixed...

> locate the index.html https://github.com/ptpb/pb/blob/master/pb/templates/index.rst > view the pastes from the mongo console? For a paste with digest `4e1243bd22c66e76c2ba9eddc1f91394e57f9f83`, you could do: ```shell ptpb@ptpb:~# mongo pb > db.pastes.find({"digest": "4e1243bd22c66e76c2ba9eddc1f91394e57f9f83"}) {...

The attribute you are looking for is `content`, which is either the actual content in some mongo-native data type, or a GridFS id. > can I view the script using...