Filip Brcic

Results 5 comments of Filip Brcic

> Cool! Is there any way to get it running in a CI environment? > I mean, like, a Github Actions workflow or something. There's a NixOS docker image (https://hub.docker.com/r/nixos/nix),...

I would like to see this functioning as well.

I've just wrote & tested this blob down, and it works in C++11 (and above). I could find where something similar could be plugged into fmt. Probably only the subsecond...

Here's the PR: https://github.com/fmtlib/fmt/pull/2292

> Found a [workaround](https://github.com/NixOS/nixpkgs/issues/32580#issuecomment-350877197) that let me launch my application. > > ```shell > WEBKIT_DISABLE_COMPOSITING_MODE=1 node dev.mjs # or whatever command you use to launch the app > ``` >...