Tyler Neely

Results 99 comments of Tyler Neely
trafficstars

termion claims it will work on any system with an ansi terminal, so later today I'll try it out on bash for windows

@mrZalli thank you for testing this out! it seems like I should investigate alternative terminal libraries. I use pretty basic functionality, so another one may be able to be swapped...

as a workaround I ^y to cut & then again to paste when its parent is selected. but I agree this would be a nice quick improvement. maybe ^tab for...

This will benefit significantly from an automated test matrix, for instance the 0.23.0 branch should have basic tests that run against each of the 16 combinations ({0.23.0,0.22.0} X {master, slave,...

What do folks think about supporting double-word atomics?

@Amanieu in particular I'm interested in dw cas that runs on ARM 32 (6k+) for the equivalent of AtomicU64 so that [sled can easily support that architecture](https://github.com/spacejam/sled/issues/145).

@jeehoonkang there is a bunch of code I'm looking forward to refactoring once DWCAS is available! Super excited for it :)

a few different approaches: - sargun's dumbest idea imaginable (in a good way :) : refreshTime becomes the time to wait after the return of the last request - have...

@cmaloney Not hitting state.json is out of scope for this. Given that we need to keep hitting it for now, what do you think about the third option I listed...

The % approach automatically backs off for longer when the master is more loaded. It's still up to the capacity planner to set that % correctly, which is not possible...