Timur

Results 46 comments of Timur

Едва не создал такой же issue. [Примеры спама](https://learn.javascript.ru/polyfills) (спам скрыт): ![image](https://user-images.githubusercontent.com/9349164/110567579-7b18bf00-819d-11eb-803f-d6362a31410c.png) --- Оно натурально убивает обуждение - нормальные комментарии просто теряются.

Similar issues are already here (#24, #200). For this moment there is no `margin` setting. As a workaround you can use [`mode..layout`](https://github.com/svg-sprite/svg-sprite/blob/master/docs/configuration.md#user-content-css--view-mode) setting (set it to `vertical` or `horizontal`). It...

Seen this too late to make a proposal, but anyway - why not use [Either](https://code.haxe.org/category/other/passing-different-types-to-a-function-parameter.html) ? I believe with this pattern it wouldn't be a breaking change.

The problem also appears on resize even on camera filters. So when I go to fullscreen and back the picture get screwed. What are flixel/openfl internals to hold actual bitmap?...

>The problem also appears on resize As a temp solution for such case - reset camera ```haxe FlxG.signals.onResize((w,h)->{ Flixel.cameras.reset(); Flixel.camera.filters = yourShaderFilterList; }) ```

> Does this help at all? https://github.com/openfl/openfl-samples/tree/master/demos/HerokuShaders That example if for dynamic load of shaders. The issue title should be changed to something like "... during compilation".

I was able to trace it to this https://github.com/openfl/lime/blob/f8a70444f5d8a6bd3208e2e28b53e57568ba2eee/src/lime/system/System.hx#L457 It returns wrong path if directory contains cyrillic chars. Placing `trace('cwd: ${Sys.getCwd()}');` before this prints desired directory with correct cyrillic name....

The flag is `FLX_PITCH` and it is set by flixel on targets except flash. But the doc is built for flash target, so the pitch property is not generated. Possible...

Totally upvote this. Another use case - you don't want to provide your personal data to some scripts, allowing them to run only in private mode.

Will it be possible to setup docgen to actually include `AssetPaths`? I believe reading its doc from rendered html page is far more better than from ide.