Wybe Westra

Results 14 comments of Wybe Westra

I created a separate crate for adding integration tests, so we can separate out the dependencies for the integration tests with those for the examples. I was not sure whether...

@tigregalis I think you misunderstood. It was `wireframe.enable = false` that would make it never show the wireframe, regardless of global config. Which _did_ show to me that my implementation...

I like it. I hadn't even thought of doing that. Makes it very clear what effects each option has.

> I'm not sure if I like the new name `WireframeOverride`. Maybe keep the original `Wireframe` name? It shorter and still makes sense since it works regardless of global config....

Brought up to date with 0.11, and fixed typo pointed out by shatur

Closed the pull request, because this will be fixed by #2467

That was indeed my idea as well 😄.

Could you elaborate on what your usecase is for this feature? Maybe there is already a way to accomplish it, without needing a popup.

I am assuming you mean a progress bar, but with some feature that the default implementation doesn't have. Could you be more specific in what you are looking for in...