Chris Kaminski

Results 9 comments of Chris Kaminski

I wonder if this might help speed up a windows port? https://github.com/piscisaureus/wepoll "This library implements the epoll API for Windows applications. It is fast and scalable, and it closely resembles...

How would you foresee this working? Direct-tcp? Or a custom subsystem? I'm not sure if the SSH messages could be used for a custom transport, but perhaps? Is LGPL compatible...

Apache and MIT are very similar. It all depends on whether you want to force contributors to open their code like the GPL, which has it's attractions, or don't care,...

Looks like there's no way to add the token via an API. You must currently set the cookie or localStorage value yourself. It would be nice to have a setToken()...

Is it just me, or in NewSessionBase.cs is OperationTimeout not getting set? See roughly line 344 where the connection timeout is set.. I see no usage of operation timeout on...

Using worktrees to keep several projects running in a large repo where switching branches takes 3-4 minutes is beneficial. I use SM all the time, been licensed since day 1....

I notice in the latest build that in my repo with submodules that if I click on said submodule SM will open that repo in a new tab. A simple...

I work on a project with 5-7 concurrent active patch/release streams going on and a bunch of different long-term feature branches. One repo I have has no fewer than 10...

There's no hardcoding of the paths to the headers in the Makefile that I can see. Assuming you have a JDK installed you could simply symlink the jdk include directory...