Vitaly Bogdanov

Results 90 comments of Vitaly Bogdanov

> One was is that I'm pretty sure this will break existing unit tests and existing examples, e.g. the red-light, green-light demo. As far as I know @noskill looked in...

See [email](https://www.mail-archive.com/[email protected]/msg02041.html) for the discussion. I will continue discussion here as @linas suggested. @linas, thank you for spotting NextLink issue https://github.com/opencog/atomspace/issues/1507. Copying PatternMatchCallback was my first attempt to implement parallel...

> Options (b) and probably (c) all have a huge drawback: One of the important queries is "given this outgoing set, find me the atom that contains it" This is...

Ok, thanks @linas, I see. I didn't use this persistence functionality before it is the reason why I asked such obvious thing.

Python still has single global atomspace, which is used to call type constructors without specifying atomspace explicitly: https://github.com/opencog/atomspace/blob/2c99e42c9b7f6141da942853f92ebfb39c1e642f/opencog/cython/opencog/type_constructors.pyx#L14-L21 #2398 removes second global variable which pretended to be a global atomspace...

I receive an error when try using `used_linker` feature: ``` $ cat Cargo.toml | grep ctor ctor = "0.2.1" $ cargo +nightly build --features=used_linker error: Package `hyperon v0.1.2` does not...

Thanks @mmastrac . I also needed to add `used_linker` into both my libraries: Rust and C API in order to compile C API. Unfortunately it doesn't help. I still can...

@anandrgitnirman could you please elaborate it further which certificates do you mean?

> Are you trying to get a new Token ? No > Are you manually unlocking the channel ? Yes, it is I need to do each time to make...

> @vsbogd , can you also point me to client code ,might have more leads on possibly simulating the error Client code is here: https://github.com/vsbogd/sound-spleeter-proxy (README.md explains how to run...