B
B
Based on the network graph of repos that forked from this, it seems fantasia949's fork is most recent with latest update on 7/18/2019. Market depth exchanges, completed orders and news...
Environment: - MacOS Catalina server (Mac Mini) with Verdaccio 4.11.0 installed as global npm module - start from CLI - server reached from public internet via DDNS and port forwarding...
@trojanh Is anything forthcoming on this? We are using a front end framework to develop a reaction-commerce admin UI that only supports offset-, and not cursor-, based pagination so could...
@trojanh Thank you! Hopefully this can be merged soon and made available in a new Docker image for reaction-development-platform. We are running that to develop an own admin UI against...
Hi Janus, I mean making use of graphql introspection in the admin. Actually we do that now in our admin UI for RC to create a ‘field list’ of the...
We don't do open-source so can't share our code but we use similar to this, which is using the principle of using GraphQL introspection to build queries:https://github.com/marmelab/react-admin/tree/master/packages/ra-data-graphql As for a...
I agree Record should be an exact match AND allow for KNOWN optional keys, to address issues explained here: https://github.com/pelotom/runtypes/issues/160#issuecomment-812749387
@reinismu You closed this issue but does it work for an object with both required and optional keys, to make sure there are either no required keys missing, or no...
First, I am not a maintainer just a user like you so I cannot do a PR. But I think there are a few issues with your proposal: 1/ As...
_"Adding the transaction after the order is created is not a good option. It leads to an exploit were more than one user adds the discount code to their carts...