Whirlwind
Whirlwind
I have a json string: ``` {"bool_value": true} ``` I get a hash with the `JSONSerialization` class: ``` { "bool_value": 1 // NSNumber, @(true) } ``` Now, I will to...
``` .ci_job_template: &ci_job_template only: - triggers - web patch:
``` ❯ git config -h usage: git config [] Config file location --global use global config file --system use system config file --local use repository config file --worktree use per-worktree...
Hi, @PaulWagener , are you free to update mapnik to v2.2?
I found a `.md` or `.markdown` file is work, but it will not be preview when I move it to a app bundle . I check some other quick look...
Failed to load plugin at: /Users/whirlwind/Library/Application Support/Developer/Shared/Xcode/Plug-ins/CocoaPodUI.xcplugin, skipping. Reason for failure: **\* -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]
I have a pod : ``` #import ``` I got a warning: ``` In file included from DDJSONModel+SQLite.m:9: DDJSONModel+SQLite.h:10:9: warning: non-portable path to file ''; specified path differs in case...
``` ❯ sudo ./bin/filewatcher -p Xcode [11:41:30] Detected open/read event from Xcode -> [11:41:30] Detected close event from Xcode -> [11:41:37] Detected open/read event from Xcode -> [11:41:37] Detected close...
### Reproduction steps ``` $ git clone --filter=blob:none git@xxx:xx/xx.git $ cd xx $ git worktree add ../worktree $ cd ../worktree $ git config extensions.worktreeConfig true $ git checkout new-branch $...
### Reproduction steps I have a git config file (A) in `.git/`: ``` [include] path = B.config ``` Then, the `B.config`: ``` [include] path = C.config path = D.config ```...