Christopher Speck
Christopher Speck
> @neandrake Can you clarify the need behind [6ff5952](https://github.com/apache/guacamole-server/commit/6ff5952f03e78b381463d0649e3392a8d4860feb)? The commit message is clear, but the additional mutex appears to only guard functions that are already guarded by the mutex...
Commenting just for the record with some info about this private GE transfer syntax in case anyone comes across this looking for more info. This transfer syntax appears to have...
Using `:bdelete lazy` gives an error: ``` E93: More than one match for lazy ```
> Here's a bit of a write-up: https://cwiki.apache.org/confluence/display/GUAC/Version+Numbering+and+Branching+Scheme In think there’s a typo under the description of “minor releases”, it states > Changes that substantially affect backward compatibility are never...
@necouchman thank you, and thank you for writing up the process in the wiki!
I ran into the lack of `FmtConst` implementation for `String` while updating from 0.7 to 0.8. I confirmed that with a 1-line change to add the implementation and my previous...
I have some changes I've been toying with to address this though it's still buggy, at least on my example java project the LSP does not automatically start up. Neither...
> Actually, the initialization steps can be rolled back. So you could run the following commands to undo `jj git init --colocate`: > > $ jj op restore 0000 #...
Exciting. Could you write up the technical implementation here? Here's what I gather from looking at the changes here and in the guacamole-server pull request. - It looks like all...