Results 19 issues of Makarov Andrey

Mahou 2.9.0.1 d2f32d6 Конфигурация [Mahou.ini.gz](https://github.com/BladeMight/Mahou/files/6968725/Mahou.ini.gz) Я использую следующую конфигурацию языков (чтобы по Alt-Tab переключать только две раскладки): - русский - английский - раскладка США - раскладка Испанская ![image](https://user-images.githubusercontent.com/53390/129037187-93a3f405-af9c-4e63-98a6-39deee6ff12a.png) Проблема состоит...

New Feature

pandas 0.17.1, bcolz 0.12.1 fromdataframe fails on not-latin1 strings. ``` >>> bcolz.ctable.fromdataframe(pd.DataFrame(["Now fail: Привет"])) Traceback (most recent call last): File "D:\andray\Software\WinPython-32bit-3.4.3.7\python-3.4.3\lib\site-packages\bcolz\utils.py", line 121, in to_ndarray array = np.array(array, dtype=dtype.base) UnicodeEncodeError:...

**What happened**: If there's no statistics in parquet file I get unclear error message when trying to apply filter `TypeError: '

dataframe
io
good second issue
parquet

As i understand we need to use `_wfopen` on Windows to open files with unicode names. But ElFinder uses `fopen` even with `'encoding' => 'UTF-16'` in connector config. So I...

pscript gives right result if I use two opening brackets and one closing bracket (3rd line) Python gives the same result with two opening and two closing brackets (2nd line)...

bug

pscript generates broken code for functions like `def partial2(func, *args, **keywords):` When trying to parse *args it overwrites arguments[0]: func = arguments[0].flx_args[0]; /* overwrites here */ args = arguments[0].flx_args.slice(1); /*...

bug

Fixes #23 **Problem:** ``` def partial2(a1, a2, *args, **kwargs): print(a1, a2) print(args) print(kwargs) ``` The original order of assignment is **kwargs, a1, a2, *args. But after assigning `a1` (which is...

System details Windows 10 Pro 19045.3031, wireproxy 1.0.6 config.ini: WGConfig = "C:\Users\\wireguard.conf" [Socks5] BindAddress = 127.0.0.1:25344 [http] BindAddress = 127.0.0.1:25345 Wireproxy stops receiving handshake responses after some time of inactivity,...

If we stop HBase container and start it again, duplicate entries are appended to hbase-site.xml. This change allows to overwrite existing values.

After exception below UI looks like this: ![image](https://cloud.githubusercontent.com/assets/53390/12046680/70f9d5ce-aece-11e5-8b33-483b35c10ae2.png) Though right-button device switching works fine. ``` ************** Текст исключения ************** System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта. в AudioSwitch.Forms.FormSwitcher.RefreshDevices(EDataFlow...