Lewis Chung
Lewis Chung
I was looking to demo resuggest to a friend on my iPhone and realized that iOS 11 produces `‘’` and `“”` as quotes now instead of `'` and `"`. This...
**Is your feature request related to a problem? Please describe.** AASM's ActiveRecord persistence uses `write_attribute` to persist. However, this doesn't work well with attributes that are not backed by exactly...
## Expected behavior I have a table that defines scopes and smart fields that are attached to it. 1. `model.countAssociatedModel({ scope: 'someScope' })`. 2. `model.countAssociatedModel({ scope: 'someOppositeScope' })`. `someScope` is...
Alternative implementation to: https://github.com/lovasoa/react-contenteditable/pull/85 Please let me know if I can do anything more to get this feature added
The GQL extraction provided in persistgraphql is pretty great. I'm hoping to use it to add support for javascript source files within apollo-codegen (https://github.com/apollographql/apollo-codegen/issues/25) or similar projects and having the...
As stated, https://github.com/elixir-ecto/db_connection/issues/167
I'm trying to call: https://help.shopify.com/en/api/reference/sales-channels/collectionlisting#product_ids and would love to use this lib to do this. It doesn't seem like its supported, nor is it clear how to add support for...
These seem to be ReasonReact.reactClass? I'm having a hard time using bottom tab navigator into JSX for instance. This doesn't work ```reasonml ``` nor does this ```reasonml BottomTabNavigator ```
Hi again, and thanks for Votex! I can see this being very useful for me. I'm fairly new to Elixir but I do want to make sure I can keep...
While I know I can use the voter language to accomplish the same thing it comes across as being kind of confusing to grok in actual usage. Is there any...