Philippe Vaillancourt

Results 16 comments of Philippe Vaillancourt

I think this has merit. When I compare Razor template control flow with how Angular and React do it it feels like Razor is a hybrid that inherits the cons...

> Those who liked the `@if`, haven't answered the question of how else would be fit in that syntax scenario! [#46186 (comment)](https://github.com/dotnet/razor/issues/9243) Two options: ```html ``` Or you could do...

> I was expecting that already, but what is the advantage over the raw if else!? There are many philosophies when it comes to where structure, style and logic should...

> ## TL;DR > `Float32Array` is faster for IO operations than usual `Array`. Only creation of new objects is slower for `Float32Array`. > > ## Measurements > I saw issues...

I'm still looking into it but it seems to be something that is done automatically when you work with "infinitely sized maps". See https://github.com/mapeditor/tiled/issues/2121 It seems to have been introduced...

Look like there is no way to turn off chunks while using an "infinitely sized map". But if you check off the infinite map option before exporting from Tiled, it...