Martin Winandy

Results 14 issues of Martin Winandy

Would it be possible to add an or conjunction for the case that there are multiple ways to pass a test? Example: ```kotlin val value: String = nextMagicValue() expectThat(value).or {...

🦄 enhancement

I would like to use ModiTect to generate module-info.java descriptors for the JARs of my library. One of my artifacts has an **optional** dependency to `com.google.android:android:1.5_r3`. Unfortunately, this breaks the...

### Prerequisites - [x] I am running the latest version **(tested with Mockk 1.11 and 1.12)** - [x] I checked the documentation and found no answer - [x] I checked...

stale

### Introduce tinylog-core artifact Core functionality should be moved from `tinylog-api` to a new `tinylog-core` artifact. In tinylog 2, `tinylog-api-kotlin`, `tinylog-api-scala`, and `tinylog-impl` requires `tinylog-api` as dependency. This leads to...

epic

I have a page with three bundles. Unfortunately, reloading does not work with `new LiveReloadPlugin({port: 0, appendScriptTag: true})`. On startup, everything looks fine: 1. Webpack starts with three different reloading...

If an exception is thrown while writing anything to a YAML file, the mapper won't close the opened YAML file. A simple example to reproduce the resource leak: ```Java @Test...

yaml

The latest Android versions (API level 30 and 31) are much slower than the previous Android versions (26, 27, 28, and 29). Is there any way to increase the performance...

I use Hugo for generating my static HTML files. After the generation, I want to check all links. The peculiarity is that all internal links start with `/v2` as base...

**Bug:** When using solid-js 1.6.0, the attribute `viewBox` is missing for all SVGs. **Workaround:** Downgrading solid-js to version 1.5.9 or earlier.

This pull request adds a new optional argument `--status-codes` to make the accepted HTTP response status codes configurable and solves #189 and #291. I use muffet to check all links...