Corey Sciuto

Results 8 comments of Corey Sciuto

In general, more flexibility would be great. My use case requires that I have 'accepts marketing' set to true. While I can apparently add the field via the UI, I...

Oh, and a related point: am I correct that if you create Contacts with "Accepts Marketing" set to True, that when you use the Tool to create Orders, the flag...

My problem here is that when you are creating orders for existing customers, it has to download the customer list fresh *every time*. With a couple hundred pages of customers,...

There's more to this it looks, I think my original guess as to what's going on was wrong. The rate limit header is reporting 0/320 requests when I get the...

@felipap I really didn't work around it. Given enough time, you can create data four items every X minutes, with massive amounts of failures in between, which is not ideal...

@felipap I consider it a nice-to-have. My QE org I believe already has tools that do this programmatically, but as a dev and just fooling around, it wasn't great that...

Thanks for the quick reply @dstepanov ! To be clear (and this is pseudocode), ``` @Repository public abstract class MyRepo implements CrudRepository { @Where("@.accountId = ${accountId}") public abstract MyRecord findByMyIdAndAccountId(final...

This seems closely related to https://github.com/unorthodox123/RacialDotMap/issues/4 . If I'm reading this right, it also paints them one over another in a certain order, which will also overrepresent Asians. And, moreso,...