Kyle Bebak

Results 48 comments of Kyle Bebak

Hey @brianjbuck , this seems like a very safe change to merge in, and will let people use your awesome library in Django 4.x without having without having to override...

@brianjbuck This would be a great help, if you've got a bit of time to merge this PR and release a new version of orjson renderer that would be excellent...

I don't want to disable inline color highlighting, and `ColorHighlighter` is playing just fine with SublimeLinter, so instead I enabled ColorHighlighter only for the extensions I code in, and not...

@calleerlandsson @mike-burns I found a gist with a workflow that would allow you to [Merge Wiki Changes From A Forked Github Repo](https://gist.github.com/larrybotha/10650410) In short, there's no way for a contributor...

@mike-burns @mptre Sorry for disappearing, I'll get on this over the weekend and make a PR against the README. The wiki is just a glorified README anyway. It might also...

Hey guys, sorry for disappearing again... I wanted to contribute something useful and @mike-burns got me thinking that a package for these tools would be better than just a recipes...

Thanks @calleerlandsson for pointing me towards `gitsh`. It's much more general-purpose than `pick-git`, but I imagine `pick-git` would be a useful complement for tasks involving branches, commits, and files. Thanks...

I wrote streaming and chunked upload support for Requester, an HTTP client I built for Sublime Text. It's also built on top of Requests. In Requests, streaming uploads are really...

> I think I understand why is the -- env is per run if you run the requests one by one then the second run has a separate env, without...

What issue does this fix? I can create files `a.txt` and `b.txt` in the same directory, and calling `os.rename("a.txt", "b.txt")` overwrites the content of `b.txt` with that of `a.txt`. In...