David Litvak Bruno
David Litvak Bruno
Sorry for taking so long, I'll take a look into this as soon as possible. Cheers
Hey @AlexAvlonitis, This is usually related to connection issues on the client's network end. Is it possible for you to run a `ping` check on your end and check if...
Hey @joelip , To access the field, you can always use the `entry.fields(locale)[:field_name]` accessor if there's any conflict. Cheers
Hey @joelip, You should probably try doing: ```ruby dup_entry = source_content_type.entries.create( # ... your stuff here ... ) ``` I'd often advise against using `new` as it may lead to...
Hey @joelip, It highly depends on what you do in the part of the snippet you omitted. The main difference between using `::create` and `::new`, is that with `::create` you're...
Hey @joelip, I don't understand the 4th point there, from what I understand from your use-case you can use 3 (or 2, if you wrap the Content Type ID in...
Hey @dleavitt, Thanks for reporting this, I'll take a look into how to solve this. Cheers
Hey @dleavitt, I've taken some time into researching this, sadly, it's not so easy to fix. Maybe in a next major version it will be solved, but for the moment...
Hey @adamdavis40208, The tutorial you're looking into is for the SDK for the Delivery API - this SDK is for the Management API. To read the Delivery SDKs documentation you...
Hey @pippognetow, Looks like your connection may have closed prematurely, please try again later and let me know if the problem persists. Can you also try running this from a...