Moshe Gottlieb

Results 4 issues of Moshe Gottlieb

### What did you do? Build a program that uses SwiftyJSON 5.0.0 as a dependency on Ubuntu 16.04 ### What did you expect to happen? Compile cleanly ### What actually...

The way I would normally work with servers is to prepare statements for each connection, and then reuse these statements. In Kuery, this is not an easy task. While it...

enhancement

Added `#if defined(__APPLE__)` wrapper for count_processors, using `sysconf` (in _libc_, include _unistd.h_ which is already indirectly included). `sysconf(_SC_NPROCESSORS_ONLN)` returns the number of processors currently online or -1 if there was...

Using version 0.3.3 (SPM). The delete button is missing from the category view. ```swift let keyboardSettings = KeyboardSettings(bottomType: .categories) keyboardSettings.isShowPopPreview = true keyboardSettings.needToShowAbcButton = false keyboardSettings.needToShowDeleteButton = true keyboardSettings.updateRecentEmojiImmediately =...