Nicholas Dietz
Nicholas Dietz
On Centos 7, I tried to build and then install the source rpm: rpmbuild --rebuild rtptools-1.22-1.src.rpm sudo yum localinstall ~/rpmbuild/RPMS/x86_64/rtptools-1.22-1.x86_64.rpm But it errors out with: Transaction check error: file /usr/bin...
Possibly you should update your code to first clean all duplicates: https://stackoverflow.com/questions/65228192/ansible-disable-ssh-password-authentication Something like: - name: clean duplicates replace: path: '/etc/ssh/sshd_config' after: 'PasswordAuthentication' regexp: '^(.*)PasswordAuthentication(.*)$' replace: '' - name: clean...
**Describe the bug** Pyshark if used repeatedly leaves open files (pipes?) and crashes within minutes. I have a complex use-case, but I have simplified it down to a minimally reproducible...
I was trying to copy text from stackoverflow and include a comment with the source url. This tool looked simple and promising, but it didn't format the copied text, nor...
Pricing
The google play pricing came up on this issue: https://github.com/giuspen/cherrytree/issues/328 Please continue the discussion here, not there. I have updated the app description to clarify why the price is set...
360mb file crashes file after 10secs of unresponsiveness. See report on https://github.com/giuspen/cherrytree/issues/328
I need to code a parser that iterates through the whole tree, not just the immediate siblings. I've added a note in the code.
I'm trying this for the first time, and the simple example on the main page does not work: http://vmlaker.github.io/mpipe/ Tried on python 3.4.5 and 3.6.1 Windows 7 Anaconda 4.4.0 64-bit...
- [x] I have searched open and closed issues for duplicates. ---------------------------------------- ## Environment info - **Duplicati version**: 2.0.4.4_canary_2018-11-14 - **Operating system**: Centos 7 - **Backend**: disk ## Description Error...
### Preflight Checklist * [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio-desktop/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request...