Da'ud Vyd

Results 13 issues of Da'ud Vyd

Hi, You are free to close my previous issue https://github.com/salarcode/Bois/issues/16. I thought everything was working flawlessly until this new curiosity popped up. My understanding is that we can use constructors...

It looks like Greycat supports Java and Javascript. Is there a way to use it via Python?

Hi! I've been reading about the various NARS implementations. I primarily work in C# and noticed ALANN but ONA seems to be the current development focus, correct? Is it possible...

Hi Jan, This is a fantastic extension. Thank you! I've been able to successfully run several planners on my local Windows 11 machine. However, I'm trying to call sgplan5, which...

Hello, I'm building on Windows 10 64-bit using msys64/mingw64. I've used the pacman package manager to load all piranha dependencies, including this Boost: mingw64/mingw-w64-x86_64-boost 1.70.0-2 [installed] I've tried many permutations...

>p=Clause(NP("Sue"),VP("be"),"good") >realise_en(p) 'Sues is good.' How can I force nlglib not to conjugate the subject to get the expected output, "Sue is good." ?

Hi. Is it possible to work with VST sequencers that output MIDI, routing it to other VSTs as input? Thank you, -david

enhancement

As long as Python finds the image to be inserted, I get the error: img = epub.EpubImage(uid='image_1', file_name='static/ebooklib.gif', media_type='image/gif', content=image_content) TypeError: __init__() got an unexpected keyword argument 'uid' This even...

The answer set for this query `var solution = prolog.GetAllSolutions(null, query: "person(P), loc(P,bedroom).");` is: Solution 1 P (atom) = adam Solution 2 P (atom) = clara Solution 3 P (namedvar)...

Hi folks, I'm fairly new to C#. I'd like to integrate `PrologEngine prolog = new PrologEngine(persistentCommandHistory: false);` into my Xamarin.Forms application in such a way that the variable `prolog` is...