Holden Rohrer

Results 4 comments of Holden Rohrer

Because default netcat behavior (maybe only on bsd-netcat) is to not close the socket on EOF, the server closes after a 5-second timeout. You can patch this out if you're...

@sign-of-fourier this function in MIPROv2 calls a utility function which eventually calls BootstrapFewShot ```python def _bootstrap_fewshot_examples( self, program: Any, trainset: list, seed: int, teacher: Any, *, num_fewshot_candidates: int, max_bootstrapped_demos: int,...

I think any build errors are from environment issues rather than my change, which is *ridiculously* small (one line). @alerque would you be able to take a look at this?...

Sure, here's a simple example using vfill: ```tex %SILE \begin{document} \use[module=packages.rules] \define[command=segment]{% \hrule[height=2in] \vfill } \segment \segment \segment \segment \segment \segment \segment \segment \end{document} ``` ```tex %TeX \def\segment{% \vrule height...