Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
44 views

I am using the Unsplash API and it gives this response (which is just a snapshot) "exif": { "name": "Canon, EOS 6D" }, "location": { ...
Daniel Crompton's user avatar
0 votes
1 answer
447 views

"Key 'CodingKeys(stringValue: "row", intValue: nil)' not found: No value associated with key CodingKeys(stringValue: "row", intValue: nil) ("row"). codingPath: [...
Hees's user avatar
  • 41
3 votes
3 answers
2k views

I have to decode an object from this JSON: { "id": "..." "someData": { ... }, "elements": { "values": [ { "id": &...
rai212's user avatar
  • 771
-2 votes
1 answer
47 views

How to concatenate word count and string in autohotkey global p = "ppp" global level = 4 global g = "ggg" MsgBox %p%%level*5%%g% How to output ppp20ggg
yoer k.'s user avatar
0 votes
1 answer
356 views

I have created a model and I need to try to add value to one of the CodingKey's case struct Model { let name: String let location: String let descriptions: String } enum CodingKeys: String,...
Mc.Lover's user avatar
  • 5,034