Hong Minhee (洪 民憙)

Results 191 comments of Hong Minhee (洪 民憙)

Sorry, but I currently have no much spare time to fix this, and no enough experience about Tornado. However, if you would like to send a patch to fix this,...

Due to the [details of the behavior of Astro's middleware](https://github.com/withastro/astro/issues/11461#issuecomment-2241521311), it looks like the next release (v0.12.0) may not be able to ship with the Astro integration.

@codegod100 What error message exactly do you get?

If you don't set any `default`/`default_func` for a `config_property` it will raise `KeyError` on lack of value. `.get()` is a part of `collections.Mapping` protocol (dictionary-like interface).

@edouardberthe I believe the problem of yours differs from @item4’s. You should’ve imported `sqlalchemy_enum34.Enum` instead of `sqlalchemy.Enum`.

`sqlalchemy_enum34.EnumType()` can take every options that `sqlalchemy.types.Enum()` can take. Therefore, you just can add `cache_ok=True` to `sqlalchemy_enum34.EnumType()` and it will suppress the warning.

Travis CI build seems to fail because Travis CI no more supports Python 2.6, 3.2, and 3.3.

@gisle Could you review this?

If Phanpy ever gets a multilingual translation system, I'd be interested in contributing to its Korean translation.