-
Hi all,
it would be great to have a python package installable with pip (analogue to the other combine libraries). I am looking for a solution to install this in a virtualenv without altering my sy…
-
Currently only the name of the repos follow the convention of having **numl_** as a prefix. I think it would be easier to force this convention to _subprojects_ as well, so that we can take advantage …
-
Source: Dan Carpenter dan.carpenter@oracle.com Mon 5/2/2016 5:53 AM
> ```
> 465 case KEY_NUMLOCK:
> 466 led = LED_NUML;
> 467 break;
> 468 default:…
-
Howdy,
I currently write a screenreader deamon for linux.
for this i need to "consume" the shortcuts for the screenreader because there should no other programm react to it. so i need to grab the Inpu…
-
I tried building libsedml against libsbml experimental (rev. 23207, last changed 23180) with namespaces enabled. I get the following error, which I believe is due to the fact that namespaces are enabl…
0u812 updated
8 years ago
-
If it possible to have a feature to bypass C++ and go directly to Native / LLVM IR
-
I told CMake about libnuml, and most things found it, but create_sedml didn't (on windows):
8>......\examples\c++\create_sedml.cpp(40): fatal error C1083: Cannot open include file: 'numl/NUMLTypes.h'…
-
There are static errors in my explicated DynSem core, It's very hard to make a small example to replicate the problem on a small scale.
Runtime error is: `Exception in thread "main" org.metaborg.me…
-
Hi Frank,
I tried to update libsedml to the latest commit. With the latest changes in libnuml the JAVA swig bindings are not building any more.
I get the following errors
```
[ 81%] Built target se…
-
Hi,
I created 2 models ( Decision Tree and Neural Network models) on the classification dataset that I have. The models were created fine but I face an error when doing the prediction with either of …