Mindaugas Nakrošis

Results 3 issues of Mindaugas Nakrošis

I get an error in my github actions: Preparing to sign key @ android/app/build/outputs/bundle/release with signing key /usr/bin/jarsigner -keystore android/app/build/outputs/bundle/release/signingKey.jks -storepass *** -keypass *** android/app/build/outputs/bundle/release/app-release.aab *** `jarsigner: unable to sign...

Do not show polygon of node: ![image](https://user-images.githubusercontent.com/14983636/90027141-de527980-dcc0-11ea-9ff2-a195bad83ba3.png) If there are no children provided to the location (empty array). Example data object: ``` export default { name: 'react-treebeard', id: 1, toggled:...

I am using **inversify-vanillajs-helpers** and trying to create a new instance for factory. ``` registerFactory('factory', context => () => context.container.get('factory_class').create()); container.get('factory'); //[Function] ``` However, I get a function which I...