Oliver Schneider

Results 22 issues of Oliver Schneider

When making changes to a file from within WinMerge it will create a backup file based on the original filename and then `.bak` appended. This is usually a silent process....

backup files

Added new paper. [As per the author](https://shao-hua-li.github.io/) this has been accepted for ASPLOS 2024: ![image](https://github.com/wcventure/FuzzingPaper/assets/81239903/7a7247ff-dfb1-4a55-97bd-1299318ae7d6) PS: it's also on Arxiv: https://arxiv.org/pdf/2401.04538.pdf

``` .local/lib/python3.9/site-packages/hug/api.py:500: DeprecatedWarning: Call to deprecated function __init__(...). API > module.__hug_wsgi__ = module.__hug__.http.server() ``` I was starting the app with Gunicorn and the `wsgi_app` for Gunicorn was set to `app:__hug_wsgi__`....

Contrary to the documentation the parse_body and private arguments would only be checked for presence, although it is their value that matters. ----- I _had to_ locally patch `hug` for...

Source for the information: https://docs.python.org/3/library/cgi.html > [cgi](https://docs.python.org/3/library/cgi.html?highlight=cgi#module-cgi) — Common Gateway Interface support > > Source code: [Lib/cgi.py](https://github.com/python/cpython/tree/3.11/Lib/cgi.py) > > Deprecated since version 3.11, will be removed in version 3.13: The...

**Is your feature request related to a problem? Please describe.** This relates to #863. I encountered it when working around the issue of dotfiles not being shown by setting `GLOBIGNORE=".:.."`,...

Type: Enhancement
Priority: Medium
Component: CLI
Size: Small

**Describe the bug** It seems that bats ignores `.bats` files that start with a leading `.` when invoked to run on a directory. **To Reproduce** Steps to reproduce the behavior:...

Type: Bug
Component: Docs
Priority: Medium
Status: Confirmed
Component: CLI
Size: Medium

**Describe what problem your feature request solves**: It would make the installation and upgrading the software on modern Windows very very easy. **Describe the solution you'd like**: I'd love to...

enhancement
desktop
windows
version-2.3

The documentation only mentions `-Name` and `-GpoName` to identify a rule, but completely neglects that in local scenarios a DNS client and an NRPT can be in use. In such...

issue-doc-bug
area-dnsclient

Hey, thanks for Detect-It-Easy. I submitted a PR to microsoft/winget-pkgs [here](https://github.com/microsoft/winget-pkgs/pull/135841), which just got merge. IIRC there is automation available that could be tied into your release machinery. Is this...