Jelmer Vernooij
Jelmer Vernooij
Getting back to this after giving it some thought... On Thu, Jan 26, 2017 at 12:51:42PM -0800, Jonas Haag wrote: > The problem with slashes isn't only Flask routing; it...
Once you start down this path, it's hard to not end up with some of those other functions.. allowing editing online would pretty much make klaus function as a wiki......
I think warnings should at the very least also be disabled to the web page. In many cases, whoever runs codehosting is not the person that writes the rst.
Is this about git tags or ctags?
On Tue, Mar 17, 2020 at 01:55:35PM -0700, Jonas Haag wrote: > I did some investigation today. We have multiple causes here. > > The time spent compiling the list...
On Wed, Mar 18, 2020 at 05:52:17AM -0700, Jonas Haag wrote: > > Me: Is there a faster way to look up a bunch of refs at the same time?...
You can now use RefsContainer.watch() to wait for changes to refs: ``` r = Repo('.') with r.refs.watch() as w: for (ref, sha) in w: print('Ref %s has been updated to...
The API on the Dulwich side should be generic enough that we could add a Windows-specific implementation (perhaps using watchdog?) to it, without any changes on the klaus side.
If you can get the changes to the Python server side code, I can take care of creating the commit, etc.
It's possible this is related to Dulwich' behaviour. It would be interesting to know if you can reproduce this with a local Dulwich server (i.e. running "dulwich web"), and how...