tomer doron
tomer doron
shared code across client and server, API design: RESTful, gRPC
yea how much do we need?
we could try. long term, if we see the test suite keeps growing we may need to split into "short" and "long" tests where we run the "long" ones only...
@amartini51
Awesome and apologies for not getting back to you earlier. Will work on it as soon as I things free up a little on my day job, hopefully very soon....
hey brian, i am not able to resolve nagaati 4.1.2-SNAPSHOT for scala 2.10.2. where did you find this artifact?
@neonichu iiuc you are saying the `.docc` message is not preventing a successful build, so may be a "red herring"? @sebsto @javichaques @geertbleyen or others that reported broken builds -...
thanks @sebsto the actual build error is ``` /Users/ec2-user/Library/Developer/Xcode/DerivedData/xcodeinstall-gcrbebvtaghxhtcomuvtejtakvio/SourcePackages/checkouts/swift-nio/Sources/NIOEmbedded/AsyncTestingEventLoop.swift:15:8: error: no such module 'Atomics' import Atomics ^ /Users/ec2-user/Library/Developer/Xcode/DerivedData/xcodeinstall-gcrbebvtaghxhtcomuvtejtakvio/SourcePackages/checkouts/swift-nio/Sources/NIOEmbedded/AsyncTestingEventLoop.swift:15:8: error: no such module 'Atomics' import Atomics ^ ``` the docc output...
@sebsto I am not are the atomic failure is related. something must have changed in Xcode 14 to that, but as @neonichu it may be because this is a less...
hi @benkeil the plugin requires elevated permissions to communicate with docker over the local network so should be run with `--disable-sandbox`. SwiftPM will eventually get nicer constructs for this kind...