Alexander Korsunsky
Alexander Korsunsky
Hi there! Using Controller: - Ansible 2.9.1 - Python 3.7.5 - Fedora 31 - freeipa-ansible 0.1.6-2 Target: - Python 3.6.8 - CentOS 8 ~~I have a shell snippet in `/etc/profile.d`...
When running `skeema pull`, the file `.skeema` is always read and re-generated. I believe that this is conceptionally wrong, if the `.skeema` file is considered an "option file". Option files...
Hi, I'm having an issue with CLink, namely it doesn't ever save my command history. I am pretty sure I have history enabled: ``` history_file_lines = 10000 history_io = 1...
Hi, I was trying to read directly from a compressed file: ```python data = np.array([9, 8, 7, 6, 5, 4, 3, 2, 1]) dt = data.type with gzip.open("datafile.gz", "wb") as...