Johannes Spangenberg

Results 16 issues of Johannes Spangenberg

I'm using version 0.9.1 of *complexity* with Python 3. There is no encoding specified when parsing templates and writeing the result to a file. When no encoding is specified, Python...

I implemented a prototype to fix #2626 as suggested in https://github.com/mockito/mockito/issues/2589#issuecomment-1105163928. The basics doesn't seem that difficult, but I could have missed some edge cases. I mostly skipped documentation and...

In order to ease the migration to the inline mock maker in big projects, it would nice if the mock make can be changed for individual mocks. This would allow...

I am currently writing a small extension which implements `ParameterResolver` to provide a few parameters which need to be shut down after the test. After reading the documentation, my first...

theme: extensions
component: Jupiter
status: needs-investigation

GitHub recently upgraded their free-tier runners (Standard GitHub-hosted runners). https://github.blog/2024-01-17-github-hosted-runners-double-the-power-for-open-source/ The new VMs support nested virtualization, although it is not documented in the blog post. This draft enables the tests...

# Pull Request Details Sorry, but I got carried away over the weekend. This PR greatly simplifies the configuration of the plugin in a backward compatible manner (although I deprecated...

**Is your feature request related to a problem? Please describe.** When applying this plugin, you have to configure the tasks. The `GenerateParserTask` has the following two mandatory properties. - `pathToParser`...

enhancement

This issue shall list some suggestions for inspections we might want to implement. New suggestions might be added over time. You can of course add your own suggestions in the...

enhancement

It would be nice to have a basic formatter which manages indentation. EDIT: Some reference: https://nixos.org/manual/nixpkgs/stable/#sec-syntax

### Describe the need of your request When the Plugin Verifier verifies the compatibility of a plugin with a given IDE, it should also verify the compatibility of the plugin...

enhancement