x1y9

Results 11 issues of x1y9

My code: ``` var path = Path.GetDirectoryName(typeof(App).Assembly.Location); var ctx = new NngLoadContext(path); var factory = NngLoadContext.Init(ctx); ISubSocket socketSub = factory.SubscriberOpen().ThenDial(url).Unwrap(); ``` The ECONNREFUSED exception is raised if the publisher is...

I am using sikulix 2.0.5, and using : java -jar sikulix-2.0.5.jar -l myscriptfolder The script is not loaded, still the script of last run loaded.

bug

If I have description for each label, can itk-snap use this label description as the exported file name? It will be easier to use than using numbers as the exported...

I know I can set Visibility in label editor, but is there any quick shortcut can do that?

I tried retraining 3dmatch database, and get following log for val after about 20 hours, seems loss and recall not improved significantly, is this right? ![image](https://github.com/zhulf0804/GCNet/assets/26735696/c9403986-621b-4017-ac46-81798fe4d772) Thanks

Thanks for the great tool. can I use ntop just dump current process state and exit immediately?

If a image find failed, the exception message says: ![image](https://github.com/RaiMan/SikuliX1/assets/26735696/a674966c-7d6a-40df-bd25-42c1b61c9adb) here, "seen at with 1.00" is last match information , but can get confused for this match error.

## Describe the bug New added dir not appear in UI of krokiet ## To Reproduce Steps to reproduce the behavior: 1. Run krokiet 2. Add a dir 3. The...

bug

as the code here: https://github.com/traveller59/spconv/blob/125a194d895b1bc3ad6ff907bc72641548397b32/spconv/pytorch/pool.py#L273 torch.mean not return indices, so here why real_features_reduced is assigned with [0] of torch.mean?