Code Monkey home page Code Monkey logo

Comments (8)

rahul-malik avatar rahul-malik commented on May 18, 2024 1

Resolved in #122. Will be in the 1.4 release

from plank.

DreamingInBinary avatar DreamingInBinary commented on May 18, 2024 1

@maicki I can confirm updating brought dictionaryObjectRepresentation successfully 👍

from plank.

rahul-malik avatar rahul-malik commented on May 18, 2024 1

@DreamingInBinary - I fixed a couple of edge case bugs in the implementation on master so I'll be putting out a patch release now (v1.4.1)

from plank.

brurend avatar brurend commented on May 18, 2024

I'm having this issue with a property of type NSArray<NSNumber /* Float */ *>. Is there any solution or workaround?

Edit:
I updated to v1.2 (I thought I was using it already) and generated the class again, its working now.

from plank.

rahul-malik avatar rahul-malik commented on May 18, 2024

We've temporarily disabled that method from generating due to issues like the one you've hit. It will be added back as soon as we have time to work though the remaining issues. If you'd like to pick up the task let me know :)

from plank.

DreamingInBinary avatar DreamingInBinary commented on May 18, 2024

I've recently hit an issue (on v 1.3) where a certain schema doesn't generate the - (NSDictionary *)dictionaryRepresentation; message on the generated model. Reading this issue it appears that this was disabled possibly? Thing is, it does generate for the other .json schemas I use.

Is this possibly related to this issue?

{
    "id": "user.json",
    "title": "user",
    "description" : "Schema definition of a User",
    "$schema": "http://json-schema.org/schema#",
    "type": "object",
    "properties": {
        "id" : { "type": "string" },
    	"name" : { "type": "string" },
    	"role" : { "type": "string" },
    	"phoneNumber" : { "type": "string" },
        "avatar" : { "type": "string", "format":"uri" },
	"createdAt" : { "type": "string", "format": "date-time" },
	"updatedAt" : { "type": "string", "format": "date-time" },
	"latitude" : { "type": "integer" },
	"longitude" : { "type": "integer" },
	"isSignificantOther" : { "type": "boolean" },
        "relatedUsers" : { 
		"type": "array",
                        "items": {
                             "type": "string"
                         }
            }
    }
}

from plank.

maicki avatar maicki commented on May 18, 2024

@DreamingInBinary Hey - what is your exact problem? We had to disable dictionary representation as it caused issue.

That said, we just enabled json dictionary representation again on master. Can you pull master and see if this fixes your issue.

from plank.

rahul-malik avatar rahul-malik commented on May 18, 2024

I’ll get out a new release soon but you should be able to pull and build the latest master to fix

from plank.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.