XSven

Results 28 issues of XSven

* Mojolicious version: 9.22 * Perl version: 5.16.3 * Operating system: AIX 7.2 ### Steps to reproduce the behavior [36](https://github.com/jhthorsen/openapi-client/issues/36#issuecomment-1072979373) ### Expected behavior [HTTP 302](https://en.wikipedia.org/wiki/HTTP_302) ### Actual behavior GET method...

Log-Log4perl-1.54 Switching the log file name using the `file_switch()` method, creates a new logfile even if the `create_at_logtime` option is set to true. Maybe the line 271 in `Log::Log4perl::Appender::File` should...

I have to maintain a C, C++ source code project. When I am recursively indexing the files, all files located in subdirectories that have (strangely of course) names ending with...

Main part
Documentation

I have installed this plugin (5.5alpha) with vim-plug plugin manager. My vim version is 8.1.2130. The operating system is AIX. The perl version is 5.14.2. When I open a Perl...

question

I am applying perlcritic to DIRECTORYs and I have configured Perl::Critic::Policy::Documentation::* policies. I am working with external .pod files that means a module Foo.pm has (often but not always) a...

This code ``` package Foo; our $VERSION = $Bar::VERSION; use strict; use warnings; ... 1; ``` violates the policies TestingAndDebugging::RequireUseStrict TestingAndDebugging::RequireUseWarnings How can we configure these policies to allow a...

Enhancement

I have a .go file that has a private variable ``` var writeClosersZerolog []io.WriteCloser ``` In the tagbar "variables" section I see an entry that is marked as private ```...

### What did you do? (required: The issue will be **closed** when not provided) I have opened a golang source code file. The package is **main**. I am at a...

Please describe in the `Log::Log4perl` documentation how to subclass `Log::Log4perl::Logger`. If this is not possible or undesirable because the class is final this should be documented too. I have tried...

This configuration ``` log4perl.logger.Foo = INFO, STDERR log4perl.appender.STDERR = Log::Log4perl::Appender::Screen log4perl.appender.STDERR.stderr = 1 log4perl.appender.STDERR.layout = Log::Log4perl::Layout::PatternLayout::Multiline log4perl.appender.STDERR.layout.ConversionPattern = %m%n log4perl.appender.FILE = Log::Log4perl::Appender::File log4perl.appender.FILE.filename = file.log log4perl.appender.FILE.mode = append log4perl.appender.FILE.create_at_logtime =...