Rok Mandeljc

Results 20 issues of Rok Mandeljc

As part of depdendency analysis, we search for binary dependencies (shared libraries) of the collected binaries, which is done by running the `find_binary_dependencies` helper function in an isolated sub-process. In...

Force the execution order of runtime hooks that are tied to imported modules and packages by sorting them by their filename (basename). This gives us stable and predictable execution order;...

A glimpse into horrors that lay ahead...

When storing TOC entry's name for internal bookkeeping (e.g., to prevent duplication), case-normalize names for all file-related entries (at the moment, all but `OPTION` entries) instead of just BINARY and...

For TOC entries with typecode BINARY or DATA, [`unique_name` does `os.path.normcase` on their name](https://github.com/pyinstaller/pyinstaller/blob/15f23a8a89be5453b3520df8fc3e667346e103a6/PyInstaller/building/datastruct.py#L35). In Windows, the effect of this is to lowercase the names. This means that on Windows...

When [deleting a replay](https://docs.influxdata.com/kapacitor/v1.4/working/api/#delete-replay), the replay is effectively removed from the list of replays, but its task keeps running until the data is exhausted. Consequently, there is currently no way...

There is an opposite problem of #564 with characters that may be expanded to two characters (e.g., sharfes s): Other Fictional Artißt - First Album - 1 - First Song...

The code involved in construction of the Collection panel tree is inconsistent with shaving marks (carons, umlauts, etc.) off the characters in tracks' tag values. Consider the library with two...

Type: bug

This PR implements an option to detach the playlist's column settings from the global state, and use private playlist-specific settings instead. The switch is added at the top of the...

Type: enhancement