@prokopsim@apiaryio@vladimirgorej Experimental support for Dredd our API testing tool just landed (https://t.co/DXyKYjtqyS), you can subscribe to https://t.co/CJhVQVULeC to get notified when Apiary support becomes available
@prokopsim@apiaryio@vladimirgorej Can’t promise, but I am expecting to see experimental support in Apiary this month. Our parser for OAS 3 that powers Apiary is developed in the open, you can follow the status at https://t.co/I6HlrPFgep
@_bejo `swiftenv global <version>` (https://t.co/HUfdAcJBrf) will effect global Swift version. I believe xcode-select works in similar way in regards to shims. `/usr/bin/swift` is just a big binary shim using libxcselect
@TheCocoaNaut There’s really not much more to it than the example in the documentation https://t.co/S1h1FqVa8n along with understanding how loaders work to lookup templates https://t.co/qjcYGeHjtF
@olebegemann I wonder if it’s to stop people falling into a trap by returning Core Data related objects which are not thread safe and hitting obscure bugs when accessing the value out of queue
@olegdreyman Neat! I was meaning to finish up https://t.co/j86oApn2Hj. Would you like to make a PR and we can see about getting your version merged instead?
Yesterday I finally tried to write behavior tests with Spectre by @kylefuller (https://t.co/Wp2tqYfJy1). Really love how it makes you reflect more on the meaning of tests you write.