Stephen Hopper

Results 7 issues of Stephen Hopper

[This page](https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html) in the docs has the following text: > You've probably noted that not all of the options you can pass to Black have been covered. Don't worry, the...

T: documentation

The setup instructions on the README just have this: `iptables -A CHAIN_NAME -j LOG --log-prefix "EXAMPLE_LOG_PREFIX: "` What is typically used as `CHAIN_NAME`? I assume this should be a chain...

**What happened**: I'm running into ulimit / max open file limit issues when trying to run Elastic Search on Docker using this AMI. This is the same as issue #278....

enhancement
good first issue
need-code

## Expected Behavior I can't update my application code to use Pydantic 2 because DBX is using Pydantic 1. AFAIK Pydantic 2 is backwards compatible if you're willing to update...

How do I start a REPL after applying this plugin to a project? Also, are there any docs on how to use this plugin?

Hello and thanks for this wonderful library! For the past 18 months, we've been using version 1.14.0 to convert an sklearn XGBoostClassifier pipeline model to ONNX. Everything has worked great....

This PR fixes two issues with Pants Java first-party dependency inference logic. ## Inner Classes In Java, it's perfectly valid for a class in one package to reference another class...