jmwilkinson

Results 11 issues of jmwilkinson

Please answer the questions the best you can: 1) What version of bluebird is the issue happening on? 3.7.2 2) What platform and version? (For example Node.js 0.12 or Google...

Will the project ever be moved to an organization dedicated to maintaining it and doing bug fixes? What is the long-term vision for it? I really like the goals but...

Currently the code: ``` required(value, ctx, required) { if (required === false) return true; return value != null && value !== ''; }, ``` causes validation to fail on an...

duplicate
enhancement

### Overview This PR addresses the issue https://github.com/hashicorp/nomad/issues/9024 It uses the `filepath.Match` golang std lib to accomplish the matching, which is somewhat simpler and more intuitive than using a regex....

Based on the general functionality of Logstash and the given documentation, it is expected the `http_method` field would be interpolated. However, attempting to do so results in an error like...

enhancement
status:needs-triage

In the current documentation for "file.walk", the first parameter is labeled as "null". It should be "error".

## Problem Give tables `a` and `b`, where `a{id, linking_id}` and `b{id, linking_id}`, and `linking_id` is non-unique in both tables, it is impossible to define this relationship using prisma, and...

kind/feature
topic: relations
team/schema
team/client
topic: joins

I'm running barman within a docker container, attempting to verify the recovery procedure. I can ssh in normally: ``` root@39d945918f05:~/.ssh# ssh barman@$PG_RECOVERY_TARGET Last login: Fri Apr 5 17:51:45 2024 from...

**Describe the bug** DataPrepper crashes when following [quickstart instructions](https://opensearch.org/docs/latest/data-prepper/getting-started/) The stack trace is quite long, but the relevant part is (not terribly decipherable, but anyway)... > Reading pipelines and data-prepper...

bug
documentation

`Req` appears to rely on `Finch`, which in turn relies on `Mint`. Within this chain of dependencies, it is unclear how to ignore TLS/SSL verification. Being able to run insecure...