Gurpartap Singh
Gurpartap Singh
It would clean my sidebar up if Postico hid partition child tables.
Hi czac. Let's use CommonCrypto and Base64 or NSData+Base64 pod dependencies instead of supplying our own source files which is likely to cause conflicts. I'll update the code to use...
In CheapjackExample target's "Embedded Binaries" section, remove "Cheapjack.framework" and add it again. The project references these frameworks with an absolute path, which varies from developer to developer.
You need to install carthage and run `carthage update --platform iOS` in the terminal. This is a requirement of only the example project and not a requirement for using Cheapjack...
Make sure you have Xcode 7 and it is the currently "selected" version too. Assuming that `/Applications/Xcode.app` is Xcode 7: ``` sudo xcode-select --switch /Applications/Xcode.app ``` If this does not...
> The downside is that all calls to ExecuteActivity have to use string names of the activities. Continuing from https://github.com/uber-go/cadence-client/issues/849#issuecomment-565713200 While `RegisterOption{Name string}` takes care of correct representation in the...
Perhaps, thanks to this `getFunctionName()`, which works just as good with `Struct{}.Func` as it does with an adhoc `Func`. https://github.com/uber-go/cadence-client/blob/a67d04578899bcddb579f43b08d21ab32b0400ff/internal/internal_worker.go#L1287-L1289
> * Allow registration of activities struct with a worker (#600) Registering `SampleStruct{Dep: dep}.PerformFunc` as a workflow or an activity, and referencing `SampleStruct{}.PerformFunc` for execution already works. It's, apparently, also...
> That only works if the worker and the publisher share the same codebase. Wouldn't it be the same case for a standalone func as well? Disparate codebases would necessitate...
Every implementation will eventually have its own configuration. However, it would be decent for someone trying gnorm out to be able to start playing with the generated DSL asap, figure...