Stephen Dahl
Stephen Dahl
that is interesting, but it just moves the problem to the zeromq send buffer.
From your comment I am assuming that the current daemon set has logic that must run on every node. if that is the case then the best thing eventually would...
> Just noticed there's a 5 year old feature request for this in terraform: [hashicorp/terraform#18381](https://github.com/hashicorp/terraform/issues/18381) That issues title and comments specifically reference output values not variables. I think separate issues...
``` Loading module D:\Programs\Shark Latest\clip_1_64_512_512_fp16_stable-diffusion-xl-base-1_vulkan.vmfb... Downloading (…)ain/unet/config.json: 100%|████████████████████████████████████████████████| 1.68k/1.68k [00:00
``` Found device AMD Radeon RX 6700 XT. Using target triple rdna2-unknown-windows. Tuned models are currently not supported for this setting. Downloading (…)cheduler_config.json: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 479/479 [00:00
> I have been patching this for over a year via pnpm: > > ``` > diff --git a/index.mjs b/index.mjs > index 41e1f9f9230aaa2ba6c9eca7f5256e719848a72b..53c20bc6e4b2fa6a2c31bb37ec4627a7b34ae0e9 100644 > --- a/index.mjs > +++ b/index.mjs...
you should not use 'error'. uncaught 'error' events will bring down the whole node process and I don't think we want that to happen if someone fails to log in.
I can go with batchUpTo. This whole thing depends on my correct understanding that for this pipeline ``` _(source) .batchUpTo(50) .map(batch => _(somethingAsync)) .mergeWithLimit(1) ``` map would only request the...
Thanks for the tip. this library has too many useful things and it is easy to lose track of what tools are available. I was looking through the source code...
finally got around to working on this. I decided that this fit best as part of `.batch` with the signature `.batch(min, max)` and default max to min so that you...