Aleksander Balicki
Aleksander Balicki
In the sidebar you have examples of using standard mail, rss, gplus icons. How to do a Facebook one?
Xcode project with `SWIFT_STRICT_CONCURRENCY=complete` generates the following warning: `swiftgen.yml` ``` ib: inputs: - . outputs: - templateName: scenes-swift5 output: IBScenes+Generated.swift - templateName: segues-swift5 output: IBSegues+Generated.swift ``` Probable fix is adding...
According to this: http://www.haskell.org/ghc/docs/latest/html/users_guide/options-phases.html You can ship a script: ``` #!/bin/sh alex "$2" -o="$3" ``` And then people can use a file with a pragma: `{-# OPTIONS_GHC -pgmF alex-ghc -F...
If you support merging a pull request into a branch, it would be nice if you could create pull-requests from the command line too, so you wouldn't have to use...
Add some objective C in the preview pane, because currently it doesn't change anything if you modify the obj-c settings
alias is a command or commands which is always used for some kind of operation, eg. xor a, a a = 0; op [pt], [pr] op [pt+2], [pr+2] operation on...
http://i.imgur.com/dvRd3.jpg incorrectly displayed on an iphone (reeder webview)
App looks incorrect when run on iOS 13 with default Dark mode (dark text on dark background). I added info.plist keys to force Light mode.