zac.kim

Results 11 issues of zac.kim

Add environment in `Expect` to manipulate test data. This pr is a proposal for environment :) For examples, i want to use a value from previous test like below ```go...

added slack markdown message boolean at slack.Bot::reply

Use all api modules if "rpc_module" not found for external api services (such as infura) in the console. And added header flags for rpc client.

Hello, I want to setup and assert of `... parameters` in function. for example, we have below interface and generated mock ```go // my interface //go:generate mockery type Member interface...

## Proposed changes - use all api modules if "rpc_module" not found in the console - add header flags for console ## Types of changes Please put an x in...

I am using bash support plugins in windows and intellij. I can change default line separator in codestyle tabs but could not found BashSupport settings is it possible to change...

Add cache hit field in Item. Hello :) I want to record cache metrics with labels when calling `Once` function like below ```go item := &Item{} if err := cache.Once(item);...

Add cacheable function to determine be cached or not. Hello guys :) I want to determine the `Value` in `Item` be cache or not depends on state. For example, Sets...

Add global encoder to auto generated contract for handling pack(unpack) data. For example, [Crowdsale Contract](https://github.com/ethereum/go-ethereum/blob/master/accounts/abi/bind/bind_test.go#L84) in bind_test.go will generate below codes. ```go var CrowdsaleEncoder = newCrowdsaleEncoder() ... type _CrowdsaleEncoder struct...

## What's changed? Check if `classType` is the same as `classType.getOwningClass()` in ChangeType::getTopLevelClassName() ## What's your motivation? Fixed `ChangeType` recipe to prevent stack over flow. ## Any additional context I...

bug
parser-kotlin