Franz Dietrich

Results 23 comments of Franz Dietrich

But it would be great to `impl Add for PathBuilder` so I could predefine two unbuilt paths and combine the shapes. Or do I completely misunderstand the concept?

I'd love to have that too.

It may be helpful to automagically add the "bundled" feature when compiling for musl target - or a similar condition?

Firstly - I don't have commit rights here! I did not really read the whole code. But at a first glance, I think it would be nice to have some...

You can... I used it with seed: https://pslink.teilgedanken.de/app/ (user+passwd demo) You can find the code at: https://github.com/enaut/pslink/blob/03e49aaa87844817f26f8fdf307b059401cac326/app/src/pages/list_links.rs#L1019-L1030

No problem it took me quite some time to figure everything out. So I'm glad if that code can help someone to reduce that time for them :)

> I fixed it by changing texture format could you elaborate what you changed and where? Do I need to change the `bevy-inspector-egui` source? Or ist the `texture_descriptor` somewhere in...

Just a thought - wouldn't it make sense to add a `finally(end: Tweenable)` method to the `Sequence`. The parameter to this method is always added after all the others and...

The `finally` thoughts: first of yes that's basically what I meant. For the issue: I'd define the finally to be executed after the last element of `tweenables`. Meaning if the...

Hey, while I have no Idea about php I found this: https://www.npmjs.com/package/vue-shortkey which seems to do what you want?