hy.lee

Results 11 comments of hy.lee
trafficstars

@SangRyul 따로 소통 채널이 있지 않습니다. 자유롭게 PR 날려주시면 됩니다. 추후 인원이 많아지면 새 discussion 을 만들어서 번역 작업이 중복되지 않게 하거나 용어 번역들에 대한 의견을 나누고자 합니다.😁

@ParkDyel, @joosangkim https://fastapi.tiangolo.com/contributing/#translations PR 번역 가이드 라인입니다. 이 프로젝트는 모두에게 열려 있으므로 자유롭게 PR 날리시면 됩니다:)

Waiting reviews - Tutorial - Request Body #2392 - Tutorial - Query Parameters and String Validations #2415 - Tutorial - Path Parameters and Numeric Validations #2432 - Tutorial - Body...

I had the same issue and figured out the problem. [AWS Doc](https://docs.aws.amazon.com/lambda/latest/dg/env_variables.html#env_encrypt) said, > AWS Lambda authorizes your function to use the default KMS key through a user grant, which...

Any updates...? I really want to use `allow_population_by_field_name` with odmantic. It's been over two years.

You have to separate it. Close the PR and open it again 😿

Any updates? I totally agree with @bkis. I struggled with the same problem in Odmantic, so I had to replace that with Beanie. But again, I'm facing it here ;(

You need to delete a key by yourself. Of course, you should use a custom key builder to get the key or delete it by using namespace. Here's the later...

> Thanks. But it looks we can not find key by redis.keys("some_namespace:*") without custom key builder because the key is finally hashed. You are right. That's why I told you,...