Ricky Taylor

Results 10 comments of Ricky Taylor

I'd very much like to use the Traefik for our ingress too so this is interesting to me. :smile: fwiw it should just be a case of allowing people to...

We're interested in using kNative too and currently enjoy using Traefik as our ingress. I had a go at writing an operator to convert the kNative resources into Traefik's Kubernetes...

Somehow I missed this comment, I'm very sorry. At the moment, there's quite a few patches left in my LLVM branch which haven't made it into LLVM mainline (most notably,...

This issue seemed quite quiet but had the 0.14 milestone tag on it, so I figured I'd have a go at it, primarily as food for thought. `x_from_y` personally feels...

I've done some investigation into this issue, and I think I know where the problem lies, but it's a tricky one to fix. I managed to get the reproduction rate...

Turns out I was probably over-thinking the solution. Since the handle is an asset-server-managed, I can just check whether it's been removed from the list of asset IDs we know...

@Testare I've backported the change to 0.13.2, to make it a bit easier to test. You should be able to do: ```toml [dependencies] bevy = { git = "https://github.com/ricky26/bevy.git", branch...

@alice-i-cecile / @rewin123 future considerations RE: layout is input redirection / modality. Might be kinda bike-sheddy. The free-cam example seems obviously modal, and I would expect it to capture input...

@alice-i-cecile I've had a go at implementing a builder-style API. I suspect this is more open to bike-shedding (in particular `.load_direct().load()` isn't my favourite), and more likely to have other...