zahash

Results 43 comments of zahash

@YJDoc2 oh, didn't realize there was already a pr to update nix. Fine then i will wait till it gets merged and then continue my work on the "Fully support...

also, @utam0k can i also be assigned to this issue?

> @zahash, have you considered the possibility of a FD leak here? > > container_main_process.rs > > ```rust > pub fn container_main_process(container_args: &ContainerArgs) -> Result { > ... > let...

@anti-entropy123 i don't think i fully understand what you are saying. can you please explain what you mean by "data outside of the closure" can you also please explain a...

@YJDoc2 is it feasible to use `OwnedFd` in `Sender` and `Receiver`? or is it too big of a change? ```rust pub struct Receiver { receiver: OwnedFd, phantom: PhantomData, } pub...

@yihuaf is this issue still open? if yes, can i be assigned? i do think having a `error.rs` in each crate does improve discoverability. but then again, defining errors closer...

@LinkinStars can i be assigned? made a pr. works as expected. https://github.com/apache/incubator-answer/pull/893

@surapuramakhil i don't think this can be changed. because every single admin page uses the same layout. not sure if there is no way to customize just one of them.

@LinkinStars hmmm... very interesting bug. what is the issue?

not sure if text-danger is the right choice maybe `background-color: var(--bs-highlight-bg)` is better? but the backend doesn't give any info on the indices of word matches. So will this be...