Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
baycomp
Python 8
-
bottlechest
Forked from biolab/bottlechest
Fast NumPy array functions written in Cython
C 1
-
janezd.github.io
Vidra - A Slovenian translation/adaptation of CS Unplugged
HTML 1
-
orange3-prototypes
Forked from biolab/orange3-prototypes
Prototype Orange widgets — only for the brave.
-
Led7Segment
Forked from avishorp/TM1637
Arduino library for TM1637 (LED Driver)
C++ 1
-
kontrabant
Python
363 contributions in 2019
Contribution activity
March 2019
Created a pull request in biolab/orange3 that received 9 comments
In-place settings, and proper encoding and matching of lists of variables
Issue If setting is a list, writing it to the widget does not change the list in place but replaces it with a new list. This is a problem if the li…
- Data widgets tests: pylint
- OWTable: pylint
- OWSQL: PyLint
- OWSelectColumns: pylint
- [WIP] OWSelectRows: pylint
- OWRank: pylint
- Data widgets: PyLint
- OWDatasets: Add unconditional commit on double click
- [FIX] Save Data: Remove extra file extensions
- [RFC] [NOMERGE] MessagesWidget: Stylesheet for experimenting
- Settings cleanup
- [ENH] k-Means: Output centroid labels
- [WIP] Report: Fail gently if WebKit/WebEngine are not available
- OWScatterplot: Remove checking the checksum in set_data
- Pylint distances
- [MNT] Confuse pylint to stop checking type for Setting
- Make widget classes final, unless explicitly declared open
- OWRandomize: PyLint
- OWPythonScript: PyLint
- OWPurgeDomain: PyLint
- OWPreprocess: PyLint
- OWPaintData: PyLint
- OWOutliers: PyLint
- OWNeighbors: PyLint
- OWMergeData: PyLint
- Some pull requests not shown.
Created an issue in biolab/orange3 that received 1 comment
Enable checking for attribute-defined-outside-init in pylint
A lot of checks in pylint are disabled, and rightfully so. attribute-defined-outside-init however detects common potential bugs and should be reena…