Oleg Agafonov

Results 527 comments of Oleg Agafonov

**khuongduybui**, it doesn't work. You must add aurelia-auth path manual to aurelia.json file (see post above). I think that problem in aurelia-auth config file or something else. If you go...

How to use env files with `application.yml` config: ``` yml spring: config: import: optional:file:app.env[.properties] datasource: url: ${DATABASE_URL} username: ${DATABASE_USER} password: ${DATABASE_PASSWORD} ```

Firefox console show: "TypeError: plugin.load is not a function" when aurelia attempt load css-resources (that's why error "Failed loading required CSS file" raise). After some research I [found that SO...

I'm found problem -- it was "not closing" handles. After insert "Application.ProcessMessages" at the end of "for loop" problem is gone -- handles closing and memory consumption is constant. Don't...

You must set max memory param and repeat until out of memory error. That's will be real memory leaks. If you see memory growing without oom error then this is...

It uses constant memory limit and free it on usage. See cache constructor for comments/params -- I optimized some time ago to fix deck editor memory eating. But it can...

@Zerrisx don't close related issues. It's a different tasks with different bug reason and fixes.

BTW current test framework supports full AI testing. Commands: * `aiPlayPriority()` -- computer play one card/ability; * `aiPlayStep()` -- computer play all cards/abilities that it want until end step; That's...

@awjackson are you fixed the original error or just disable clickable night icon? It works fine in old days as I know.

@awjackson well, I see... Then I'll start implementing it.