Milad
Milad
Do you think if it's necessary to do check the request's origin against the configuration on [OPTIONS request](https://github.com/mschae/cors_plug/blob/5dfdbb77be6a0b0eabed376a58ff88f9ee51dace/lib/cors_plug.ex#L53)?
I explained why I need it here: https://github.com/jarednorman/canada/issues/11 Do you have any suggestion or alternative way of doing that?
Hi, I'm using v.1.2.0 version of commanded. In some rare cases, I see this error message: > GenServer terminating (Protocol.UndefinedError): protocol Enumerable not implemented for {:error, %DBConnection.ConnectionError{message: "connection not available...
Hi! I know that we are currently in the beginning stage but I was wondering if we could have some thoughts for [RTL languages](https://en.wikipedia.org/wiki/Right-to-left) I noticed that in facebook, they...
Hello! I'm wondering if you are open to a contribution to introduce [telemetry](https://github.com/beam-telemetry/telemetry) into this project? There lots of important metric that I'd like to tap into especially when consumer...
I'm getting this error when compiling my app : ``` warning: Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead lib/fluxter.ex:287: MyApp.Fluxter ``` I compile my projects with `mix...
This is my file: ``` :ge ``` calling suggestions for line 1 and column 4. and this is the response: ``` {'request_id': 1, 'payload': [ {'type': 'hint', 'value': ':ge'}, {'subtype':...
Seems like there is an issue with pushing data on OTP 26. Don't have the details yet but I thought post it here to save people time. I'll update the...
Considering that options are [map](https://github.com/elixir-protobuf/protobuf/blob/6c580a2a515c6a1f7a6ec96ecaeed6e0d215dc61/lib/protobuf/protoc/generator/message.ex#L91-L96) and in OTP 26 the order keys of map [is not granted](https://www.erlang.org/blog/otp-26-highlights/#changed-ordering-of-atom-keys), should change it to keyword list? alternatively [Util.options_to_str](https://github.com/elixir-protobuf/protobuf/blob/main/lib/protobuf/protoc/generator/util.ex#L47) and friends can run sort...