volodyad
volodyad
Can we handle cross reference? at the moment if two class reference each other we have got the error `@JsonMember: type detected for '${propertyName}' is undefined.`
With react 15.2.0 version we have got the new warning: Warning: Unknown prop `componentIsLeaving` on tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop in div (created by...
At the moment tests are written via Traces module. it is looks more like integration tests approach, we run wallet code, which starts validators, and after that we test system...
on the branch https://github.com/volodyad/tsconfig-paths/tree/colorette-error run `npm run example:error` code `const { createColors } = require('colorette')` tsconfig ``` { "compilerOptions": { "module": "commonjs", "target": "es5", "outDir": "js_out", "noImplicitAny": false, "sourceMap": false,...
Ib cardano we have next methods ``` Generate extended public key from private key toXPub :: HasCallStack => XPrv -> XPub toXPub (XPrv ekey) = XPub pub (ChainCode cc) where...
On taskImageOptions.container port update , deploy throws Unable to update load balancers on services with a CODE_DEPLOY deployment controller. Use AWS CodeDeploy to trigger a new deployment. Are there any...