Marko Toplak

Results 141 comments of Marko Toplak

@stuart-cls, could you open a PR with your orange-hdf5 reader/writer? I checked it quickly, and it looks good. We do need something similar in the distro. I also like that...

@gjover, just to double check: your changes here in the File widget are not necessary for the reader, right? If so, let's merge this reader into github.com/quasars/orange-spectroscopy for now. Could...

After we have these parts, we can also think about the meta reader that Stuart suggested.

The above case is almost solved by specifying: ```python v2 = ContextSetting(None, exclude_attributes=True) ``` The only remaining problem is that `exclude_attributes` effectively means `exclude_attributes_or_classes.` Therefore, if a class var is...

Could you explain what you mean with a very small example? How could we replicate the problem you are facing? What is rewritten?

Ah, now I see what probably causes the problem: context settings. So, Orange tries to be smart and remember your widget setting connected to the similar data (similar = similar...

@pbastiaans, Github seemed to have a problem understanding your email. Please repost the error onto Github directly. Thanks!

Thanks! Please use the command as Ales specified, with capital O in "Orange" (capital letters are important within python).

... and you'll need to run the commant in "Orange Command Prompt" (should be in your start menu), because the default system one does not load the same python environment.

The problem is calling `os.path.relpath` with arguments from two different drives, and of course, such relative path can not exist. We never noticed it on Macs and Linux because here...