David Hait

Results 9 comments of David Hait

Well, I've gone through all the `xcode` and `xcrun` recommendations; and none of these tools show MacOS10.15. That xcode toolchain is definitely not installed. Do you have any advice how...

I have this same problem. Turning off EPSV, it hangs also in "Entering Passive Mode"

#253 Looks like the same issue. Downgrading to v0.0.0-20220301011324-fed5bc26b7fa solved it for me.

> I observed the same behaviour using the latest version (v0.0.0-20220310202011-d2c44e311e78), when calling List(), Retr() or Stor() the connection hangs after entering passive mode with "Context deadline exceeded". I have...

Currently in Spring Boot, we can use interpolated values in properties: `app.description=${app.name}` Perhaps we could do it this way: Register the database as an external service, so that 'mongodb.service.consul' resolves...

For response_model "Page", we get: ```{ "items": [ ... ], "page": 2, "size": 3, "pages": 34, "total": 100 } ``` For response_mode "LimitOffsetPage", we get: ``` { "items": [ ......

I have a copyright lawyer after me to delete a file and I can't. This is a big problem.

You are correct, my error: "user": should be the tag on the request. But, I had to switch from "update_user" to "patch_user", because FA gives no indication of what is...

I am having the exact same issue, following your instructions explicitly.