Janez Demšar

Results 98 issues of Janez Demšar

**What's wrong?** I accidentally connected data with 100,000 rows to Distances, causing it to try to allocate 80 GB of memory. To its enormous shame, macOS tried to oblige, instantly...

bug report

In https://github.com/biolab/orange3-doc-visual-programming/pull/2, @ajdapretnar updated screenshots and some text, following similar contributions by @borondics. This was/is needed and long overdue, but documentation has other issues as well. 1. It looks awful,...

needs discussion

**What's wrong?** Predictions crashes with ``` target = self.class_var.values.index(self.target_class) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: tuple.index(x): x not in tuple ``` **How can we reproduce the problem?** - Create a workflow that involves predictions....

bug
urgent

Reporting currently opens a dialog with a list view on the left-hand side and an html on the right. Images are stored within the document. 1. The document size is...

feast

@BlazZupan started a discussion about the Neighbours widgets. He basically, wanted an output Data with distances to *all* data instance, and overlooked that he can achieve the same effect by...

Widgets that upload user data should inform the user about it. We can use the existing tooltip at the top. ### Discussed in https://github.com/biolab/orange3-text/discussions/1088 Originally posted by **chatvite** December 3,...

good first issue
snack

##### Issue Fixes #7156. 1. On macOS, the native file dialog added a (correct) extension and then complained that, e.g. extension .tab is invalid and that the required extension is...

When translating widgets (e.g. to Slovenian, German), we want to keep them accessible via English names, too, because we often don't know the translated name. We achieve this by keeping...

wish
snack

##### Issue Fixes #7054. @ajdapretnar, please confirm that this is what you meant, before I start writing tests (and add translation) ##### Description of changes ##### Includes - [X] Code...

##### Issue Fixes #7163 and a few deprecation warnings. ##### Description of changes The original sin was that the limit on the number of components was enforced by setting the...