Lewis Chung
Lewis Chung
going through this and it's excellent content, thanks! fyi, there's a typo: "If you don’t fix this issue, ResonML throws a runtime exception when an operand doesn’t have a matching...
I think it would be pretty helpful to have the `type elt` naming convention explained (for those of learning ReasonML that haven't seen the convention before) I believe `type t`...
returning a list is good but maybe also in the standard %Shopify.Response struct with code/data? I just clicked through the api docs there's only one other instance of this: https://help.shopify.com/en/api/reference/sales-channels/productlisting#product_ids...
@Ninigi if you agree then we can move forward with this. so far it doesn't look like there are any other endpoints that return a list of ids, so maybe...
For the record, I got this working by changing `ReasonReact.reactElement` as a return type to `ReasonReact.reactClass` and then changing my usage of the Tab module (resulting from TabNavigator.create) to ```reasonml...
Ran into this issue today but with a different character `Encoding::UndefinedConversionError: "\x91" from ASCII-8BIT to UTF-8` `\x91` or `\u2018` which is `LEFT SINGLE QUOTATION MARK`. Any chance we can add...
Okay I discovered the issue -- we had test failure that spit out the following. ``` 1) SomeTest when something happens Failure/Error: expect( a_request(:get, "#{My::TestClient::HOST}/somepath?someparam=testparam"), ).to have_been_made.at_least_once The request GET...
To clarify, in sequelize when you have a `hasMany` or `belongsToMany` association setup you can call a `count...` method and I'm having trouble when I use it with scopes. I...
any updates on this? can i help with any changes to move this along?
awesome, this is something that im happy to take a look at in the next week or so. where should this go? should an apollographql/extract-gql repo be created for this?...