Kenneth Yang

Results 19 comments of Kenneth Yang

What's the status of this issue? I'm working on a project now that uses LFS and I'm not sure if GitButler is picking things up. Technically, once the files are...

oops, typo in #489

They mostly liked the feature where you can move a probe back to the 0 coordinate. So basically when they set up an experiment with the same mouse on the...

This could be v1.1.x... what do you think?

Interesting. So looks like the suggestion here is to abandon socketio and switch to plain websockets? We will have to consider implementing some of the features automatically made present in...

Requires new input framework

```c# private void ComputeAndSetDriveTime(float depthDriveBaseSpeed, Action callback = null) { // Update drive past distance and return to surface button text _exitButtonText.text = "Return to Surface (" + SpeedToString(_exitDriveBaseSpeed) +...

Oh! Good to know. I pasted this code because I had deleted it in my last push. I was considering using the `Update` function just for simplicity and since it'll...