Vladimir Yakovlev

Results 285 comments of Vladimir Yakovlev
trafficstars

> I don't see any benefits from this The benefit is that defining the reducers for all the actions would be enforced by TypeScript. But I understand that would be...

> how to disable hardware acceleration in the AppImage? hmmm Try passing some of the following CLI args (or all of them): - disable-gpu - disable-software-rasterizer Like `./app.AppImage --disable-gpu`.

@fermulator there are a lot more [switches](https://peter.sh/experiments/chromium-command-line-switches/) you could also try :)

Is something blocking the PR?

I have such webpack resolve config section defined ``` resolve: { alias: { _common_templates: LIBS.path.join(metadata.paths.srcCustomer, 'templates') } } ``` I then do including `@include('_templates/footer.html')` / `@include('~_templates/footer.html')` and I'm getting error:...

Though I was wrong, resolving happens when I do `@include('~_templates/footer.html')`, but I get this code injected into the html page instead of the just `footer code`: This is how generated...

Any news? Looking forward to https://travis-ci.community/t/allow-to-restore-a-workspace-in-another-os/9165 and https://travis-ci.community/t/workspaces-do-not-work-nicely-with-cross-platform-builds/4461 to be fixed.

@JeanJPNM some typings issues I've noticed so far: - The `context.font` setter's argument expected to be `string` but currently specified as [import("opentype.js").Font](https://github.com/joshmarinacci/node-pureimage/blob/a83ca6da60ee46668895da8434c6a3bdaa1f426e/types/context.d.ts#L149) class: https://github.com/joshmarinacci/node-pureimage/blob/a83ca6da60ee46668895da8434c6a3bdaa1f426e/src/context.js#L199-L206 - The `registerFont` call in all...

Doesn't happen to me. I assume that you have the "persistent session" feature enabled for the accounts. If those sessions are still open/live (see in the account's settings), then I...

You likely faced the edge case. > Failed to ping the "webview" backend service This is a known issue. It's about redundant checks (like pinging online status), which I'm making...