Hicham Azimani

Results 15 issues of Hicham Azimani

Hello, Love this project especially the fact that it is agnostic to the language and only based on a REST API. Nevertheless, IMO it could be really awesome to have...

Hello I previously created [an issue ](https://github.com/nextest-rs/nextest/issues/897) fixed by this [merged PR ](https://github.com/nextest-rs/nextest/pull/898). Since now we can add custom properties per test. I was wondering if it is possible to...

help wanted
deferred

## Describe the Feature You Want It could be really usefull to support the new buildx feature : Multiple build context [see blog post here](https://www.docker.com/blog/dockerfiles-now-support-multiple-build-contexts/) May be it could be...

enhancement
good first issue

Hello, Two or 3 awesome feature we could have in the future: - Task chaining !!! - Abortable Tasks (Backend needed first I suppose) like in python celery - Share...

Type: Enhancement
Type: Question

Hello, I was wondering if you planned to develop a multithreaded dataloader like the one existing in torch c++[ see here for the src code ](https://github.com/pytorch/pytorch/blob/main/test/cpp/api/dataloader.cpp). Right now I'm using...

Hello would it be possible to update validator version ? I face some trait mismatch :/ Thank you

Hello, I'm using apalis with those specific feature flags: `apalis = { version = "^0.5.0", default-features = false, features = ["apalis-redis", "tokio-comp"] }` But still in my Cargo.lock I found...

bug

Hello, Thank you for this library! Would it be possible to set less strict dependencies ? ie have ``` ndarray = { version = "0.15", default-features = false, optional =...

Hello :) Nice library looks like paperclip ! I would like to know if it possible to add support for Camino::Utf8PathBuf & url::Url Behind a feature ? Thank you

Hello, I would like to generate an openapi def for this struct: ```rust #[derive(Debug, MultipartForm, ApiType)] pub struct UploadForm { pub main: TempFile, pub dependencies: Vec, } impl TypedSchema for...

blocked