Stephen French

Results 4 issues of Stephen French

Right now, to copy multiple lines, I do the following: "cmd-space" to set the mark "ctrl-n" 10 times to highlight 10 lines. "cmd-c" to copy "esc" to close the mark...

Is it possible to invoke pawk from a python script, without using subprocess.run? I am imagining something like: ```python import pawk my_pawk_program = ' .... ' results = pawk.run(my_pawk_program) ```

I am trying to follow the README, but am having some difficulties. I think my vite config might be wrong. I have ``` import { reactRouter } from "@react-router/dev/vite"; import...