Sean Anderson

Results 68 comments of Sean Anderson

Still working on #217 at the moment...

Hmmmm. It's a good question, haha. Part of me feels like 'settings' should be attached to the Application object on the background page. It's one of those things that is...

Welcome :) Good luck On 5/8/15, Devian50 [email protected] wrote: > Yep, that makes sense. Thanks! > > --- > > Reply to this email directly or view it on GitHub:...

I've assigned you to the issue after marking you as a collaborator. :)

@MiracleBlue So this never happened... :p :-1:

@StarArawn Feel free to merge? I don't have the permission to do so

https://github.com/MeoMix/bevy_bug_example/blob/master/src/main.rs This minimally reproduces the issue. It's some conflict with the bevy_egui render feature and bevy_ecs_tilemap but I haven't tracked it down further yet.

Okay, I put up a fix! For historical tracking purposes (I reuse my bug example repo sometimes), here's relevant code to reproduce the issue: ```rust // This code should draw...

:+1: It doesn't work because copying doesn't cause 'dest' to update its last modified time. If you go into 'dest' and edit the file then it works as expected.

@ts-web Here, I forked grunt-contrib-copy to add support for this: https://github.com/MeoMix/grunt-contrib-copy/blob/master/tasks/copy.js Now if you call copy with: ``` options: { mtimeUpdate: true } ``` it will force copied files to...