Craig Tadlock
Craig Tadlock
  Unable to upload an app to the Mac store ```1 package(s) were not uploaded because they had problems: /var/folders/p5/9w91l_cx5ysd75lt4zn33w7r0000gn/T/65C74261-E39C-422F-9C50-91A0C28B6D6C/1396733720.itmsp - Error Messages: ERROR ITMS-90511: "CFBundleIdentifier Collision. The Info.plist...
_FULL DISCLOSURE: I am the CEO of GoToTags, an NFC software and hardware company and have a financial interest here. That being said I feel this content is of value...
What is the best way to swap fragments based on properties? I discovered you can use the `managedWhen` and `visibleWhen` together. However it doesnt work on a `Fragment`; need to...
For Windows, I want to create both "zip" and "exe" (built on Windows), and for Linux I want to create both "deb" and "rpm" (built on Linux). If this is...
Kotlin adds a Metadata annotationto every class which includes the class name and all function names; mostly defeating the purpose of renaming. There in an [unmeta](https://github.com/oliver-jonas/unmeta) plugin, but it would...
Going to move the following out of core: * `json` * `rest/http` The resulting folder structure will be: - `/` (`README.md`, `CHANGELOG.md`, `LICENSE`) - `src/` (parent folder for all source)...
The first commit for this merge request. DO NOT MERGE YET Items: * Split project into parent and submodules * Moved all code into `tornadofx-core` submodule * Completely rewrote the...