Ihor Chulinda

Results 48 issues of Ihor Chulinda

Using `pixi-resolver` and statement `export = sprite`, where `sprite` is some sync/async `DisplayObject` from pixi.js causes adding JS object with property `value` that equals base64 string of rendered image to...

bug

Due to discussion in #80 we need some additional possibilities for test structuring, and not only future implementation of #11 and #12. [This comment](https://github.com/Igmat/baset/issues/80#issuecomment-383313724) provides possible solution that will cover...

In case when `test` file contains something in addition to pixi.js graphics object running `baset test` produces incorrect baseline.

bug

It could be cool for newcomers to be able to hack examples from [test folders](https://github.com/Igmat/baset/tree/master/tests) in some interactive playground. ## Possible solutions (from easiest to hardest) 1. Wait until guys...

There are few missing features in github that could improve workflow of developers using `baset`. Since some of them are `in progress` pretty long time and others are baset-specific -...

According to [this survey](https://stateofjs.com/2017/other-tools/) editor called [VS Code](https://code.visualstudio.com/) is the most popular choice in JS community. I use it in day-to-day work also. So improving developer experience with extension for...

Requires #72 to be written.

Requires #71 to be written.

> **DISCLAIMER:** we have [e2e tests](https://github.com/Igmat/baset/tree/master/tests) which are enough to say that tool is working (likely correct), so don't be afraid. It's weird that test framework isn't covered by unit-test,...

Since [yargs](https://github.com/yargs/yargs) introduces easy-to-use way for [extending config](https://github.com/yargs/yargs/blob/master/docs/advanced.md#creating-a-plugin-architecture) it should be used, because provide better developer experience without a lot of efforts. Most probably this preset has to support `babel`,...