Alexander Lyon

Results 76 issues of Alexander Lyon

Hi! I have a cli that looks something like this: ``` game shop buy tomato 25 ``` I would like to, in cases of ambiguity, open a fuzzy search with...

Hi! Great library. It's become a staple for me. I have a bunch of code that is a simple 'if running on windows skip'. I would really like to be...

Hi! I have a stream that I cannot control that I would like to operate over in parallel. What options do I have here? Cheers Alex

Easiest solution: create a new class AsyncEventListeners with only async events.

feature

Currently a listener has to define a new class. For small cases this may be undesirable.

feature

Consider this wit ```wit package litehouse:plugin; interface plugin { variant update { time(u64), temperature(float64), wind-speed(float64), current(float64), voltage(u16), power(u16), on-off(bool), } } world plugin-host { use plugin.{update}; import send-update: func(nickname: string,...

Hi! I was about to open a PR about catching external routes but noticed you just released a new version for it :tada: thanks! My request is simple. I am...

### What it does By default in rust when using wildcards in `use` statements, and two modules export things with overlapping names then rather than throw an error, the compiler...

A-lint

This is an automated PR that tries to build the latest changes generated from the [Stripe OpenApi spec](https://github.com/stripe/openapi). Here are the missing exports: ``` [cargo-make] INFO - cargo make 0.37.11...