Locutus of Borg
Locutus of Borg
Ah, it turns out I had a copy of libOpenIMAJGrabber.dylib in my /usr/local/lib directory, which is why it worked for me. Removing this, I see: `Exception in thread "main" java.lang.UnsatisfiedLinkError:...
Option 1 - **_That works!_** However I had to manually do this, trying to change it in the pom file, I get this error: `The POM for com.nativelibs4java:bridj:jar:0.7-20140918-2 is missing,...
@jonhare can you submit your fix to bridj to their mainline? I have not had a problem using unsigned openimaj library at this point but I'm actually surprised that it...
Duplicate of #645 I think.
Agree, perhaps a setting for debug to limit print() output.
Just checking in to see if there are any comments/questions on this PR....
@billabt would you review?
@kishikawakatsumi I hope this is on your radar. Would love to get an up to date version that compiles under Swift 5. Very much appreciate this project, it's just what...
I don't think this is possible because you don't necessarily have the same X coordinate for both data sets. You're not using the same X range with two different Y...
Spoke too soon. There's an additional "data" field that's an Any? in ChartDataEntry. When you create your data set you can set this to a string. Then in refreshContent() function:...