(◕ᴥ◕)

Results 34 comments of (◕ᴥ◕)
trafficstars

@EYALIN Yes, however the changes related to ad `id` is before that. The version has been released on npm, so you should be able to install it without git clone.

Is it because of https://support.google.com/admob/answer/3245199?hl=en ?

@reecepounder It seems a project config issue. If you could setup a test project for me to check, I maybe able to spot the problem. `fse.readJson is not a function`...

I am trying out `sapper`, immediate find`global.css` is static and not minified after build. A workaround would be having separate build step for it, but is there a more elegant...

It should work with the `.ts` too. Authoring executable script without editor support is quite difficult.

For those interested may take a look at my fork, https://github.com/ratson/factory-bot/commits/master PR to help update the documentation is welcome.

For koa v2 support, https://github.com/mattstyles/koa-socket looks promising, and have similar feature set.

@MatthewCroughan Not sure how this project affect from that, but the author has updated quite a few OpenCore files. see https://github.com/kholia/OSX-KVM/commit/a9b20147deef2ca9ffe43567aba51853a18150f2

@accelbread Should the `inputs'` be provided to `flake1.nixosModules.default` with `flake1`'s `inputs`? Or is there a way to refer to `flake1`'s `inputs` in `flale1.nixosModules`, so that it can used by another...

To better illustrate the problem, I updated `flake1` to include `vm2`, https://github.com/ratson/bug-report/blob/flakelight-nixos-module/flake1/flake.nix#L13-L19 ```nix nixosConfigurations.vm2 = nixpkgs.lib.nixosSystem { inherit system; modules = [ self.nixosModules.default ]; }; ``` It is strange that...