Gram
Gram
We need this feature. Many projects already have many requirements files, more than two (main and dev) as in current Pipfile realization. Examples: + [django](https://github.com/django/django/tree/master/tests/requirements) + [zulip](https://github.com/zulip/zulip/tree/master/requirements) + [CarToPy](https://github.com/SciTools/cartopy/tree/master/requirements) +...
> Mmm, I wonder how coverage implements these... go through the source matching and collect the set of lines that match, excluding them? Yes, it's a regex on the raw...
I faced the same issue when running the hello world for [winit](https://github.com/rust-windowing/winit). Reproduce: ```bash git clone [email protected]:rust-windowing/winit.git cd winit cargo run --example window ``` Output: ``` 2024-05-08T06:29:53.282877Z INFO window: Starting...
> Which runtime is this, btw, that will safely ignore empty exports? [I'm building my own Rust runtime](https://firefly.orsinium.dev/) on top of [wasmi](https://github.com/paritytech/wasmi). Knowing that the guest does not implement certain...
Also, a good idea might be to pre-generate and hardcode a list of commit messages. Then users won't need an OpenAI key to benefit from the feature.