Robert Cutajar

Results 27 comments of Robert Cutajar

Yes please. If we can do it with classic traits, let's do it with async ones too :) Here's a [simple example](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=cbb780261fd3240c81f6ff502f99d2d1): ```rust use async_trait; // 0.1.36 fn test_ok(tested:T) {...

Similarly, I may desire that the trait produces a future with static lifetime. Perhaps an additional attribute over the async fn could be used to optionally specify extra traits. Something...

> other feedback Thanks. You can check my [adapter for rustyknife](https://gitlab.com/BrightOpen/BackYard/Samotop/-/blob/develop/samotop-parser-nom/src/lib.rs) - I think the API is decent and I like how you solved the UTF-8/ASCII dilemma. One thing is...

> Is it really "we"/"I" that is running anything? Not sure, I'm after an English expression. See alternative "Calling ...", "Running ...". Also possible "When one calls x y z"...

Ahoj! I understand that finding ASDF dir is difficult on POSIX. Considering this can be solved by setting the ASDF_DIR variable, can we have some sh compatibility at least for...

the pull request #19 fixes this for me: ``` Failed to build the site Error: Failed to render page '/.../content/mypage/index.md' Reason: Failed to render 'page.html': error while rendering macro `menu_macros::menu`...

> We currently don't have a way to know what resources are created. We will have to wait for [helm/helm#2378](https://github.com/helm/helm/issues/2378) to be implemented. Issue closed, but not fixed.

Hi, #786 is an impressive MR (to say the least)! I'm not brave enough to go dig into it. Do we need a test scenario for the wait on destroy?

> this concept It looks very good! I guess you're currently splitting horizontally or vertically in halves. In Awesome WM there are pre-set layouts: ![layouts](https://awesomewm.org/doc/api/images/AUTOGEN_awful_widget_layoutlist_popup.svg) When a new window appears,...

> broadcast input Please explain, sounds interesting.