Zeb Piasecki

Results 11 issues of Zeb Piasecki

Currently getting query parameters is a something similar to the code below: ```rust let mut example = None; for (k, v) in req.url()?.query_pairs() { if k != "task_id" { example...

enhancement
good first issue

Adds Deno support to close #33. Right now contributors must remember to regenerate when any changes are made to the library so it might be worth looking into generating the...

**Is your feature request related to a problem? Please describe.** It would be ideal to use ts-pattern on [Deno](https://deno.land/) via an official [third party module](https://deno.land/x/). **Describe the solution you'd like**...

enhancement

Adds the ability to customize the `mods` and `config` directories via the `fabric.dir.mods` and `fabric.dir.config` Java properties. This can allow for different launcher profiles to have different mod directories so...

enhancement

Passes `scriptId` and `sourcemapsAvailable` through various usages of `Trace`.

Potentially have a feature to use an HTTP implementation using the [workers kv rest api](https://api.cloudflare.com/#workers-kv-namespace-properties). This might not map well onto the current api, so if this can be done...

enhancement

## Description Adds an `average_cpu_row` option to move the average CPU usage to its own row when using basic mode. ![image](https://github.com/ClementTsang/bottom/assets/14242997/80496988-b71e-4668-ab50-bfca408d55aa) ## Issue I didn't make an issue for this,...

Previously when we'd invoke wasm-bindgen we'd assume that the binary we wanted to process was `target/wasm32-unknown-unknown{debug|release}/crate.wasm`, which isn't the case for all flags that Cargo accepts. My goal with this...