Patrick Lannigan

Results 24 issues of Patrick Lannigan

**Describe the bug** Since the goss file format is a dictionary, overlapping keys do not work. This is [described in the manual](https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#important-note-about-goss-file-format). However, when using multiple goss files, it is...

bug

A working version that supports using a decorator to register a method to be called for a rule that does match the method name. It also supports things like a...

**Suggestion** Currently, `getattr()` is used on the `Transformer` or `Visitor` to find a user defined method with the same name as the `Tree.data` or `Token.type`. However, this can lead to...

enhancement

**Changelog-friendly one-liner**: Option to restrict generated hashes to the single best matching file Closes #1330 ##### Contributor checklist - [x] Provided the tests for the changes. - [x] Gave a...

enhancement

The file reference list in the JSON report is sorted by `sizeBytes`. However, when multiple files have the same `sizeBytes` value, the ordering of those files in the report is...

[pyodbc's autocommit field](https://github.com/mkleehammer/pyodbc/wiki/Connection#autocommit) can be set to change the autocommit state of the connection while it is open. Updating the property to allow the value to be set brings the...

The parser currently will always write out the content to the file when a value is assigned to a property. This is not immediately obvious, as it is only hinted...

help wanted

Currently build arguments either have the value passed in with `build_args` in the constructor or the string value assigned in the dockerfile when the arg is defined. However, it is...

help wanted

I stumbled on this when looking into #23. The key difference is `use_directory_urls` is set to `true` in this case. mkdocs.yml ```yaml site_name: test use_directory_urls: true theme: name: material plugins:...