Chris Connelly

Results 8 issues of Chris Connelly

Hi, First of all - I'm really enjoying working through these projects! I like that the documentation is not prescriptive so you have to think about your own design and...

I'm trying to use [`stream::Race`](https://docs.rs/futures-lite/1.11.3/futures_lite/stream/struct.Race.html) to join a couple of timer-based streams that periodically emit events before terminating. Sadly, the current implementation of `stream::Race` will never terminate as it will...

**Is your feature request related to a problem? Please describe.** I'm working on a Go service that needs to speak to a number of 'backend' GraphQL APIs. I'm trying to...

enhancement

I'm attempting to integrate a custom job into the `cargo-dist` CI workflow to build a docker container and push it to GHCR. I was able to do this without `allow-dirty`...

feature request

Context: The current logic for `add_install_dir_to_path` will write to the first file name in the list given to it if none of the files exist: https://github.com/axodotdev/cargo-dist/blob/b9c9a515f50af6ceeb2e012bef847829cdeb7893/cargo-dist/templates/installer/installer.sh.j2#L465-L472 `add_install_dir_to_path` is called three...

It's not clear if this is intentional behaviour or not, but the condition for the `host` GitHub Actions job does not depend on the outcome of any custom build jobs:...

I'm exploring fresh 2 via `deno run -Ar jsr:@fresh/init`. In the example app, `State` and `define` are exported from `utils.ts` as follows: ```ts import { createDefine } from "fresh"; //...

We have a use-case where we want an API that returns an `OpenApi` document. At the moment we're just typing that response as `Object`, but it would be really handy...