padmalcom
padmalcom
It seems that I cannot call a function without parameter. I have a very simple dialog ("what time is it?", "it is 12 o'clock") that does not require a parameter....
Hi, I wrote an extensible chatbot for which developers can add dialogs including the corresponding python modules. So far, I can create a Chat instance using one main template and...
Hi, I wrote a very simple demo to get the temperature for a specific station (see below). I get my data, which is nice. But I'm struggling with interpreting my...
Hi thanks for your help with storing predictions in extract_durations. Now that I can run the script, the next error occurs. Any ideas why the shape does not fit? Thanks...
Hi, I have a simple application playing a stream (see code below). That works well when I use my laptop's speakers but when I switch to a bluetooth headset, the...
Hi, thanks for the valuable example. Can you add a last step to show how to do the actual prediction? For me, there are several open questions such as: -...
I created 2 planar 2d meshes and tried to subtract one from the other. In the method CSG_Node.Subtract, CSG_Node a.AllPolygons returns an empty list. Using 3d meshes it works. Union...
Hi, I have to compile snips-nlu-ontology for windows 10 x64 and python 3.8. I have rust installed on my system and I can compile snips-nlu and snips-nlu parsers successfully. But...
Hi, I'm packaging my application using cx_freeze on win10. Even though I specify that the soundfile package should be included, the folder _soundfile_data (including the corresponding libsndfile64bit.dll) is not created....
Hi, just experienced an error in the function InScanArea. Debugger says *_pd *_ is NULL. ``` bool InScanArea(Point& pa, Point& pb, Point& pc, Point& pd) { double oadb = (pa.x...