Results 15 issues of Skip Baney

- The `birch` dependency does not build on ruby >= 2.2: https://github.com/louismullie/birch/issues/11 ... I worked around this referencing this fork in my Gemfile: https://github.com/louismullie/birch/pull/12 - Installing treat via Bundler and...

This PR restores the ability of `str_to_date` to handle timestamps encode as either `str` or `bytes`. This behavior was removed in #1299 (specifically commit b33f3b8a6667d0d6692b502e4b69941c19f85a24) but that breaks backwards compatibility....

Fixes #449. I tried to use the existing `go-expect` tooling to test this, but had a hard time figuring out how to do so :grimacing:. No amount of fiddling w/...

**What operating system and terminal are you using?** - macOS 12.5.1 (Monterey) - Terminal.app **An example that showcases the bug.** ```go package main import ( "fmt" "strings" "github.com/AlecAivazis/survey/v2" ) func...

Bug

I already have things like indent size configured in [.editorconfig](https://editorconfig.org). I'd love to have jsonfmt use those settings. Would you be open to a PR that includes [editorconfig-core-go](https://github.com/editorconfig/editorconfig-core-go) and uses...

Hello! First off, many thanks for a fantastic library! It's made my life a lot easier and I really appreciate it. I'm currently using `ojg/jp` in a CLI tool that...

- [ ] This is a bug report - [x] This is a feature request - [x] I searched existing issues before opening this one ### Expected behavior Hadolint warns...

I'd love to have yamllint use [EditorConfig](https://editorconfig.org) for config defaults. Specifically: - indentation.spaces - line-length.max - new-line-at-end-of-file - new-lines.type - trailing-spaces Currently I have to duplicate (and remember to keep...

**Describe the bug** I'm getting a node depreciation warning whenever I run redocly on node v21. Looks like it's coming from `whatwg-url`. They appear to have fixed it in [v13.0.0](https://github.com/jsdom/whatwg-url/issues/261#issuecomment-1787323662)....

p2
Type: Maintenance

Would it be possible to provide options for `json-schema-validator/no-invalid`: 1. Cache location. It seems to currently be hard coded to `./.cached_schemastore`, but I'm using it in a docker container and...

enhancement
help wanted