B

Results 11 issues of B

I cannot get commit#909175c4e82707c8c975548382412d84e6bd307f to run. yarn works fine, then yarn develop gives the error below. I checked out commit eb91647794088942ae9ef46eb1459b96c1870bbd and that one works fine. ``` See our docs...

**Describe the bug** After updating Verdaccio to latest version (4.11.0), publishing a scoped package with latest version of Verdaccio does not work due to "/" being escaped This has been...

help wanted
issue_needs_triage
7.x branch (next)

## Issue Description To make it easier to integrate the API into frameworks that allow to build an Admin UI based on GraphQL introspection, it would help to have type,...

epic
enhancement
core work

Issues: 1. The file being written is `StockTradingEnv-v2_0` so the code to load the file for backtesting should be: `args.cwd = './AgentPPO/StockTradingEnv-v2_0'` instead of `v1_0` 2. Even when making above...

It seems the index is not rebuild unless a 'gatsby clean' is issued prior to 'gatsby develop' or 'gatsby build'. I suggest to add this to README since not obvious.

It is not possible to extend the Shop schema, and then include those additional properties in an `updateShop` mutation. This is because the simple-schema validation of the user input is...

bug
needs triage

It seems to me discount calculations for orders with multiple fulfillment groups cannot be correct as only the `discountTotal` from the cart is passed to each `buildOrderFulfillmentGroupFromInput` inside `placeOrder`: ```...

bug
needs triage

It seems there is no protection against a customer applying the same discount code more than once to a cart. So he can receive the same discount multiple times... The...

Doesn't work: rollup generates a CJS bundle.js file with 'require' statements and that gives a referenceError in browser. I did the following to fix: 1. change from `format: "cjs"` to...

The ansible playbook only sets `ROOT_URL` in the `.env` file in the `reaction` folder. Reaction's `api-plugin-accounts` also uses the following env vars which are by default set to `localhost` and...