Marcin Czachurski
Marcin Czachurski
Hi, Now you have to execute command: `wallpapper -i wallpaper.json`.
You have to execute that command in folder where the `wallpaper.json` is, or you have to specify full path to that file.
You can generate your file and then run: `wallpapper -e PixelDayNight.heic`. That command extract metadata saved in `heic` file. macOS also it's not changing wallpaper precisely in time saved in...
Unfortunately I cannot reproduce that bug. I'm using below JSON and everything is working. Can you provide more information (full log, swift version, os version etc.)? ```json [ { "fileName":...
In our project we have EF 6.4.4 and Data 8.0.4 and same issue ('Microsoft.OData.Edm.IEdmModel'. Only primitive types or enumeration types are supported in this context.) when we try to use...
You have to register all objects. In your case `NestedObject` and `TestObject`. ```swift let nested1 = NestedObject(version: "1.0", value: "Nested Object 1") let test = TestObject(nested:nested1, nestedObjects: [nested1], nestedValues: ["Str1",...
I've copy&paste your code and I've different result. Are you sure that you are using latest Swiftgger version (2.0.0-rc1)?