Justin Carter
Justin Carter
I am using this library to represent Money in the backend of a web-app. Sometimes I need to serialise and need to translate into another struct for that. Could we...
When executing the following code: ``` var FormData = require("form-data"); var formData = new FormData(); ``` I see the following error in the console output: ``` [Error] TypeError: undefined is...
`make check-code` fails without the type definitions in the method ``` (130) $ make check-code yarn tsc-check-noimplicitany yarn run v1.22.18 $ tsc --noEmit -p tsconfig.no-implicit-any.json --skipLibCheck src/domain/payments/payment-flow-builder.ts:81:5 - error TS7031:...
# Potential Issues with persistence solution in Galoy Currently the system relies on 2 persistent data stores to attempt to achieve consistency of the persisted transaction log. - A Redis...
Currently the topology of a service is not being gossiped. It will need to be gossiped in order to implement https://github.com/habitat-sh/habitat/issues/2003. However first we need to address some inconsistent/undefined behaviour....
Testing stablesats came up with this `settlement_price` field in the transactions list under default account for a usd transaction: ``` settlement_price: StablesatsTransactionsListMeDefaultAccountTransactionsEdgesNodeSettlementPrice { base: 1000000000000, currency_unit: USDCENT, formatted_amount: "0.9999999999999999", offset:...
To build rdkafka with musl `cmake` must be installed. closes https://github.com/clux/muslrust/issues/109