Ryan Williams

Results 184 comments of Ryan Williams

I think I'm close to a PR on this one! It's not really related to #1091, fwiw; this issue is reproducible with more innocuously-names submodules, I just made it confusing...

fwiw here's a recent snapshot, though I've reworked things since: https://github.com/gitpython-developers/GitPython/compare/master...ryan-williams:sm?expand=1 hoping to get it cleaned up and PR'd this wknd

Sorry, I believe I just observed this with 0.8.0 and 0.9.0. One theory I have is that something is "wrong" with `moduleID` as a `settingKey`; I can't enter it in...

I started working on a minimal "deploy your own Jupyterlite" repo, but eventually realized everything I needed was in [jupyterlite/demo](https://github.com/jupyterlite/demo). For my own understanding, I removed most of that repo,...

cool.. some kind of git-http server that exposes an API to perform some obvious git operations, perhaps? we should look into how GitX does things like staging specific hunks. i...

I'm poking at letting Tut (optionally) use an ammonite repl instead of IMain; the two ammonite issues cited [above](https://github.com/tpolecat/tut/issues/83#issuecomment-167813376) seem long fixed. Tut's interactions with IMain also seem [quite](https://github.com/tpolecat/tut/blob/v0.6.3/modules/core/src/main/scala/tut/Tut.scala#L31-L32) [minimal](https://github.com/tpolecat/tut/blob/v0.6.3/modules/core/src/main/scala/tut/Tut.scala#L52),...

Turns out I was mistaken in thinking that Ammonite/PPrint would support customizable pretty-printing for various types (https://github.com/lihaoyi/PPrint/issues/11), which somewhat saps my motivation to work on this 🙁

That sounds good… but at the risk of sounding like a crazier person, I am going to work in parallel on a version of tut that e.g. wraps lines in...