A Friendly Programmer

Results 26 comments of A Friendly Programmer

@awrichar Am assuming this specific docker tags are the same tags on the github repo?https://github.com/hyperledger/firefly/tags

@sonerayik just generate a wallet and do this ```go tx.Sign( func(key solana.PublicKey) *solana.PrivateKey { p := solana.MustPrivateKeyFromBase58("....") return &p }, ) ``` and it works. buh please can we explain...

from the typescript docs... ```typescript export declare function generateSW(config: GenerateSWOptions): Promise; export interface GetManifestResult { count: number; manifestEntries: Array; size: number; warnings: Array; } export type BuildResult = Omit &...

Another solution i'm thinking is to keep state of a data between the request from the gothic.BeginAuthHandler(w, r) func to the callback func, i extract this state and direct the...

thanks for taking the time to compose the response @bboerkoel, i already found a solution, so it possible to keep state from `gothic.BeginAuthHandler(w, r)` to the func that handles your...

@troyronda @fqutishat @sudeshrshetty I'll like to take this up, go-ahead?