Wes McNamee
Wes McNamee
Is this a "good first issue" you think? or something you would want to tackle? I filed a bunch of issues the other night just to start the conversations. I'm...
Use Fiddler to capture the commands that are sent to RFWAdmin when you click start/stop etc, and send HTTP POST commands with the same contents. That might work.
I think I answered my own question here. This is framework is pretty slick. :+1: Because only the http response is what is being "replaced", boto properly handles saved responses...
That would be nice. In my tests (using `pytest`) I'm doing this: ``` Python user_home_dir = os.path.expanduser('~') credentials_file_path = os.path.join(user_home_dir, '.aws/credentials') new_credentials_file_path = credentials_file_path + '.bak' @pytest.fixture(scope="module") def rename_credentials_file(request): try:...
Hmmm I like this idea. I admit, my solution is a bit of a hack.
I too would like to see a way to "lock" the aspect ratio, and slide height or width and have the other automatically adjusted.
I agree this would be a great addition.
> func GetX[P struct { X int }] (p P) int { possibly another way to describe this is.. ``` type Xer struct { X int } func GetX[P ~Xer](p...
Ooo... here's an idea (may require a little bit more coding). Simply adding a new field called `processor+model` and that field is automatically populated with the processor you select and...