Vladimir Kelin
Vladimir Kelin
My animation is like: "animations": { "Rise right hand": { "bones": { "Arms Right": { "rotate": [ { "curve": [ 0.144, 0, 0.645, -63.72 ] }, .... When trying to...
Adds throwing initializer `init(JSON:folder:skin:)` to Skeleton class in order to simplify debugging of broken models. The previous optional initializer isn't so convenient, because it swallows errors, but it should be...
I use Socket IO v13.1.1 on iOS app with server (apache nginx, Socket IO v2.0.4). We test what will happen if server reboots. 1. iOS app is connected to the...
I'm trying to build audacium on macOS, Xcode 12.5.1. Getting this error: ``` CMake Error at CMakeLists.txt:134 (project): Generator Xcode does not recognize the toolset buildsystem=1 that was specified. --...
Do this lib supports creation of an ordered map (let's say an array of tuples `[(key, val)]`) from YAML map? Do you plan to add it later?
Please, change `let borderFont = CTFontCreateWithName(self.fontName as CFString?, self.fontSize, nil)` to `let borderFont = CTFontCreateWithName((self.fontName ?? "") as CFString, self.fontSize, nil)`
Hi! For what purpose you include Toast.swift (Toast banners UIView extension) by Charles Scalesse to the iOS sdk?
Commit message: > Fix the bug with gzFile: you should use it without `*` pointer. Otherwise the compiler will give the error: "Incompatible pointer types initializing 'gzFile *' (aka 'struct...
There were 2 little problems with markup which caused warnings in Xcode 11.3. 1) Colon ':' after `@param` caused "Parameter ':' not found in the function declaration" warnings. 2) Parameter...
### New Issue Checklist - [x] I've Updated SwiftLint to the latest version. - [x] I've searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues). ### Feature or Enhancement Proposal I wish to have...