Amidamaru

Results 25 comments of Amidamaru

hi @chen19901225 and @selwin maybe you guys understood rq thoroughly. Could you please help me how to put the rq logs from console into a file? my code looks like...

> @hnidoaht-101 did you copy the code from https://github.com/polyverse/file-rotation/blob/main/src/asynchronous.rs ? > > it's an unmaintained crate. > > why did you change variables and function names? > > I didn't...

> > unsafe impl of Send and Sync are safe to use. > > [_nitpiking mode on_] If `PendingRename` or `PendingCreate` contained a `!Send` future, it would be a bug....

hi, I didn't find the "state" directory or did you mean just write it somewhere in the fs? Another question, its clear that enroll command initializes a default identity with...

> @thaodt are you assigned to it already? If not I'd like to take this one. No, just asked. Okay its yours 😁

Hi, is there anyone working on this? Otherwise, I will give it a try.

> No, all yours. Let us know if you have any questions I think I got it. But lemme clarify my understanding before implementation. :smile: Basically we want to separate...

> @thaodt checking in to see if you still have time to work on this or if you need any help. Totally okay if you don't have time we can...

@mrinalwadhwa it seems some new tests didn't pass after some weeks i didn't touch to `ockam` code. maybe im missing something, could you please point it out? The errors i...

> @thaodt: It looks like the tests are running against an outdated ockam binary. Try compiling the current develop version, e.g. > > ```shell > > cargo build && cp...