Daniel Meyer
Daniel Meyer
I am closing this issue here because there is nothing that can be done on the RxDB side. I will reopen when it is fixed on the pouchdb side. Related...
 It looks like in `beta.34`, all submodules use the same `[email protected]`. Maybe we can figure out why npm will install bn.js into each module instead of...
The next step would be to move to es6-modules so we do not require the whole `bn.js` or `underscore` each time. Or is there already a plan for that?
I think it would be better to switch to a mono-package instead of publishing `web3-eth` `web3-net` etc as separate npm-modules. To me it does not make sense or will be...
@josephg yes, asking them to loosen their bn.js version would be a great improvement. About splitting web3 into more sub-packages, I'm not that sure. What you really want to have...
Can confirm the memory leak. @josiahbryan could you solve that in the meanwhile?
What is the status of this feature? Is there something missing or is it only the tests that fail?
It works for me at least. I mean, without the fix it does not even start up. With the fix, it creates the file, and it still runs the following...
Maybe it would be better to directly throw if no string was given
Same problem. From debugging it looks like it is missing the scopes array from the configuration ```java JSONArray scopeArray = (JSONArray) getConfigValue("scopes") ``` I tried adding the scopes to the...