Makarov Andrey
Makarov Andrey
Mahou 2.9.0.1 d2f32d6 Конфигурация [Mahou.ini.gz](https://github.com/BladeMight/Mahou/files/6968725/Mahou.ini.gz) Я использую следующую конфигурацию языков (чтобы по Alt-Tab переключать только две раскладки): - русский - английский - раскладка США - раскладка Испанская  Проблема состоит...
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: '
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)...
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); /*...
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:  Though right-button device switching works fine. ``` ************** Текст исключения ************** System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта. в AudioSwitch.Forms.FormSwitcher.RefreshDevices(EDataFlow...