Vitaly Bogdanov
Vitaly Bogdanov
I have the following problem: there are many objects (few thousands) on the scene. It is required to find closest red object for each object on the scene. After reading...
I try to execute the following example: ```scm (define (filter atom) (display "filter called ") (display atom) (newline) (SimpleTruthValue 1 1) ) (cog-execute! (Map (ImplicationScope (TypedVariable (Variable "x") (Type "ConceptNode"))...
This issue is to discuss plan of removing unnecessary double atoms creation which were discussed at issue #1965, especially in comments: - https://github.com/opencog/atomspace/issues/1965#issue-393676171 - https://github.com/opencog/atomspace/issues/1965#issuecomment-449579254 - https://github.com/opencog/atomspace/issues/1965#issuecomment-449588049 - https://github.com/opencog/atomspace/issues/1965#issuecomment-449594328 At...
I faced this issue writing code using `web3j` library which in turn uses `okhttp` and `okio`. After application finished few daemon threads keep running. One of them is "Okio Watchdog"....
The following tutorials contain incorrect commands to create the service metadata: https://dev.singularitynet.io/tutorials/publish https://dev.singularitynet.io/tutorials/process Tutorial commands fail because payment address is not a part of a service metadata anymore. Tutorials don't...
Add command line parameters parser: - --storage - to specify state storage dir - --sound - to switch sound on/off - --click - to start/stop timer - --*time - to...
This issue is result of discussion in PR https://github.com/singnet/platform-contracts/pull/51 (see PR https://github.com/singnet/snet-cli/pull/76 for previous related change). Solution proposed in PR https://github.com/singnet/platform-contracts/pull/51 requires additional compilation and package building when ```platform-contracts``` package...
Original issue description: https://github.com/singnet/dev-portal/issues/126
Depends on issue https://github.com/singnet/snet-daemon/issues/99 At the moment ```state_service.proto``` is hardcoded to the ```snet-cli``` sources (see [commit 01b83dbcf587d7c7ab7f7c01ba52d4b8a22dce8c](https://github.com/singnet/snet-cli/commit/01b83dbcf587d7c7ab7f7c01ba52d4b8a22dce8c#diff-a3b08808f289f4bb5dc775789b83a851)). ```snet-cli``` should get this file from snet-daemon release artifact.
Small log: ``` $ snet account deposit 0.00000010 -y # Calculating gas price. It might take ~60 seconds. Error: 429 Client Error: Too Many Requests for url: https://ropsten.infura.io/ If you...