Lulu

Results 31 issues of Lulu

When a struct is sent over a channel it is turned to json. Then when it is received on the other end it is meant to be transparently turned back...

bug
breaking

### Problem https://github.com/rust-lang/cargo/pull/7333 added stripping of dependencies, but did not strip features pointing to those dependencies. This causes a rather unintuitive error where cargo says the dependency does not exist....

Command-publish
C-feature-request
S-accepted

### Input C/C++ Header ```C typedef __builtin_va_list va_list; void foo(va_list arg); ``` ### Bindgen Invocation ``` $ bindgen input.h ``` ### Actual Results - on arm64 macos ```c /* automatically...

This is a more complete idea of #188 and #748 The idea is to have add a `packages` or more accurately a `bases` field. The env section already exists so...

This commit adds the staging- prefix to squatted crates so we can go forward and publish them to crates.io. Using the staging- prefix is a temp fix until we decide...

A0-please_review
C1-low
D2-notlive 💤
F3-breaks_API
T2-API
B1-note_worthy

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.71.0-nightly (f5559e338 2023-04-24)...

C-bug
E-hard
A-completion

After building a distillation tower I've found myself with more bitumen than I can store, easily reaching thousands of stacks at the rate it's going. I believe the bitumen production...

enhancement

Here are all the public functions in alpm. - add.c - [ ] alpm_add_pkg - alpm.c - [x] alpm_initialize - [x] alpm_release - [x] alpm_version - [ ] alpm_capabilities -...

Couple things I want to see: 1. As noted in #26, name functions after the c counterparts 2. Functions should be laid out in the same files as alpm. This...

The following packages get stuck infinitely when calling `ParseSRCINFO`: ``` brother-dcp-l8400cdn caret-bin cndrvcups-lt dolphin-emu-git-netplay mpd-mpris portscan sharp-mx-182to232d-ps ``` Also while I was doing this I ended up generating a list...