Benjamin Lee

Results 41 comments of Benjamin Lee

Yeah, my memory from using rayon in the past is that you would want to manage your own `ThreadPools` for this. I think there are some complexities on the exact...

In general, it seems like there's a missing builtin (could be called `apply`) to run a command with arguments from a list. Something like: ``` apply foo [ a b...

Spent a bit of time poking at this and I think I know what's going on. It looks like the way `$in` is implemented internally is by wrapping expressions that...

Maybe nushell needs an actual IR transformation pass to do this kind of desugaring :)

It would be very helpful if the docs were updated to reflect the current behavior until this is implemented. Even if we include the "Some Interruptions" annotation on `BlockDeviceMappings`, it...

@wcoleman > Any updates or workarounds on this issue? We would really like to be able to resize an EBS volume though cloudformation without a replacement. You can create a...

Was just looking at the docs today, and apparently they _have_ added a warning about the replacement, which is definitely an improvement from the first time I ran into this...

I'm pretty sure the answer is "serde makes this impossible to do robustly". I looked into span support for serde things a bit ago in https://github.com/serde-rs/serde/issues/1811#issuecomment-1282900892, and as far as...

`Clone` would also be useful in cases where you're using `layer.with_filter(env_filter)` on multiple layers. In my case, I'm trying to combine tokio-console (which needs an unfiltered layer) with several logging-related...

@kallisti-dev I used a script to take screenshots of the example program with some different light and dark background themes: ![screenshots-syntect](https://github.com/zkat/miette/assets/6504174/3ad455eb-e916-4d9b-84ec-4650a5c9ab52) IMO none of the syntect themes are readable across...