Thomas Eizinger

Results 1887 comments of Thomas Eizinger

What if `yield` would take a type parameter? ```rust yield(i32) fn (...) -> Return { } ``` - `yield` could be a special case for `yield(())` - We somewhat have...

Is there a way to transitively only embed project dependencies?

I have a project with 8 modules. One of them is an executable java application and depends on some of the other modules. These modules in turn depend on libraries...

Yes I was only using one device. Pixel 4a to be precise. I was importing from multiple directories so maybe that is the problem?

Just tested with only a single directory and it still happens. Actually only every 5th upload or so succeeds, most of them fail :/

It might be because I accidentially pressed the re-trigger button while it was still uploading? Maybe it ran the routine 2 or more times in parallel? Can we disable the...

> Good question - as of today I prefer to have source releases, since I don't want to require more trust when downloading a binary/Docker release. You can use the...

> @thomaseizinger if can get some people to reproduce and sign the releases then I'm in favor. I am not sure I completely follow. Uploading a release-asset requires write access...

Now that there has been a move towards a mono-repo, I think changing these crates should be a lot easier because one can immediately see the impact on most consumers....

> I'm considering to maintain a fork This has already happened for the primary dependency of this crate: `curve25519-dalek`: https://github.com/zkcrypto/curve25519-dalek-ng There is an open issue about forking `ed25519-dalek` into the...