Thomas Eizinger

Results 1888 comments of Thomas Eizinger

> I've spent a bit of time looking through the Rust Bluetooth ecosystem and at least for targeting Linux only, this looks very promising: [bluez/bluer](https://github.com/bluez/bluer) This does depend on `dbus`...

> Is this transport abandoned? I think it'd be really cool but yeah, someone needs to drive (and eventually spec) this. > Since bluetooth crates are discussed here, I would...

> > Letting the user write the enum > > I would like the user to not have to write the enum out manually. I find this tedious and error...

> > It takes away the ability for the user to control the visibility: pub, pub(super), etc > > Why would a user want the event to have a different...

> What would be the difference between `#[derive(OutEvent)]` and `#[derive(derive_more::From)]`? Functionally, nothing but it: - saves users from adding another dependency - allows us to "hide" some of the details...

> > Define the convention on what the out-event should be called (we can infer this from the NB name) > > I would prefer making this explicit instead of...

_Answering for completness, not to question the implementation_ > > - The macro is simple because we don't need any additional configuration options > > We would still need the...

I've always struggled with the term `Swarm` because it sounds to me like _I_ am instantiating a "swarm" of something, yet an application is actually part of a swarm and...

> What do you think @mxinden @thomaseizinger @elenaf9? How would AutoNAT fit into this? From the list above, I'd say it falls into `autonomous` although the line with `always-on` is...

Thanks for opening the issue! > EDIT: Probably worth linking here [ipfs/community](https://github.com/ipfs/community) where CONTRIBUTING.md is - if it's the correct place ? > > p.s. that CONTRIBUTING.md also says `push...