Pavol Mišík
Pavol Mišík
### Far Manager version 3.0.5959 x64 ### OS version Microsoft Windows [Version 10.0.19044.1766] ### Other software _No response_ ### Steps to reproduce ### Prerequisites: 1. Source file to copy on...
As you have implemented regex replace it would be useful to have feature as vim has. http://vim.wikia.com/wiki/Delete_all_lines_containing_a_pattern Probably it is possible even with current implementation but it is not clear...
Resource only dll does not contain any code - OptionalHeader.entryPoint==0 - Export Directory is 0 - Import Directory is 0 - Load Configuration Directory is 0 When analyzing such dlls...
This fixes running buildbot.test.unit.worker.test_ec2 tests. See comment https://github.com/buildbot/buildbot/pull/7437#issuecomment-1962335133 ## Contributor Checklist: * [x] I have updated the unit tests * [ ] I have created a file in the `newsfragments`...
Twisted documentation for [Inline callbacks - using ‘yield’](https://docs.twisted.org/en/stable/core/howto/defer-intro.html#inline-callbacks-using-yield) states >Unless your code supports Python 2 (and therefore needs compatibility with older versions of Twisted), writing coroutines with the functionality described...
https://docs.python.org/3/whatsnew/3.12.html > > On POSIX platforms, os.fork() can now raise a DeprecationWarning when it can detect being called from a multithreaded process. There has always been a fundamental incompatibility with...
Hi I guess there is Buildbot infrastructure instability caused by time synchronization on latent workers. On latent workers p12-pd-?? I'm seeing bizarre errors that seem to be time sync related....
Work in progress to see what needs to be fixed to be compatible with future Python 3.13. ## Contributor Checklist: * [ ] I have updated the unit tests *...
Issue to track Python 3.13 compatibility issues Issues in dependent packages - [x] pillow - [x] related issue https://github.com/python-pillow/Pillow/pull/8050 - [x] https://github.com/python-pillow/Pillow/issues/8076 - [x] greenlet - related issue https://github.com/python-greenlet/greenlet/pull/396 -...
## Contributor Checklist: * [ ] I have updated the unit tests * [ ] I have created a file in the `newsfragments` directory (and read the `README.txt` in that...