Pete Walsh
Pete Walsh
> The raw archive is deleted after it's extracted. (This may cause problems, in my testings the archive are downloaded again if they're deleted) Yea this probably break some assumptions,...
Hey @sidharthrajaram yes we'd be happy to accept a PR for this.
Hey @kimutaiRop, if I'm reading this right it looks like this part will hold a permanent lock on the celery app? ```rust actix_rt::spawn({ let app_celery_clone = app_celery_clone.clone(); async move {...
Absolutely! I think # 3 (shared object between tasks) should be high priority. I've seen that requested multiple times.
I'm not very familiar with Tower or Actix, but I think the simplest approach to get this done would look something like how Actix does it, as @AzHicham mentioned. In...
Hey @fcoury, just curious what your use case for this is?
I would love to see something like this land. In my head I think it would make more sense for the context to be attached to the `Celery` app instance....
Wow, so Z-loss is potentially very useful.
@aaronmcadam from what I can tell it looks like you cycle through with "down arrow" just not with ``?
Just trying to understand the issue. Does this happen with other sources? If so, does it still happen with other sources if you add `completion = { nvim_cmp = false...