geloescht

Results 8 issues of geloescht

Thanks for netevent, it is a fantastic project and configuring it is a very pleasant experience compared to similar tools I have used. One thing that could come in handy...

feature

When a patch is loaded from XML, pins are created that are mentioned in links but do not exist on nodes themselves. When pins of the same name are created...

From scanning the code I can detect a possible error that could result in subtle mispredictions. When a bounding box overlaps the top or left edge of the input image...

Title says it all. Quick fix is to change line 131 in amdefine.js from ``` return normalize(filePath, path.dirname(module.filename)); ``` to return normalize(filePath, module.filename);

On my computer (Ubuntu 18.04 fresh install) I was not able to run exportNotebook. The problems were filenames and paths with spaces as well as the fact that /tmp is...

Currently MediaStreamRecorder is available via "npm install msr" but not usable as a module in Electron or NW.js, because it lacks the proper export definition. Please assign module.exports if node.js...

### Description I am trying to create invariant descriptors for the same silhouettes at different rotation angles. ### What I Did Created rotated copies of the same picture. Ran skimage.measure.find_contours()...

bug
enhancement
help wanted

All options set by editing the .env file that is created by default have no effect whatsoever. The reason is, that the environment variables include semicolons at the end of...