David Arnold
David Arnold
```nix {inputs, system}: let inherit (inputs) nixpkgs js2nix; inherit (nixpkgs.legacyPackages.${system}) callPackage; js2nix' = callPackage js2nix { nodejs = nodejs_12-x; }; nodeModules = js2nix'.makeNodeModules ./package.json { tree = js2nix'.load ./yarn.lock {...
Oh, I did _remove_ the functor, then. Must have been for another reason in the Nix CLI jungle. :smile: That approach would also work and in most cases people can...
> Would you be open to trying this approach as submit a PR? :) Yep, I can give it a shot tomorrow:-)
I think I hit this after a sqash merge of a feature branch where I did git subrepo on the feature branch. Does that sound plausible?
Yes, indeed, the only limitation is that `webshop` doesn't allow "anonymous" (really: lightweight) checkouts, with say only an email or mobile phone. That's a transaction killer in most b2c cases.
I wonder if one could "simply import" this `webshop`'s js library into a builder page: https://github.com/frappe/webshop/tree/develop/webshop%2Fpublic%2Fjs , then write some bindings with the existing builder's scripting capabilities and have a...
I'm currently refactoring frappe/payments#53 - without a repository leader. :-) But my idea is to prepare the groundwork for a checkout feature.
Next round: https://github.com/frappe/frappe/pull/25820 -- step by step, we may be getting there. :rocket:
Alternatively something like matomo does with an array that is the worked on might also be a good idea to have events immediately stacked and the pushed to the server...