Kazuki

Results 23 issues of Kazuki

This expression with below function will cause the runtime error because of type - `reflect: Call using int as type int64`. It would be nice if expr can automatically cast...

I have a usecase where I want to distinguish 0 and nil so I'm trying to pass `*int` to expr. Below is code I tried and it doesn't work as...

bug

I want to implement an expression that returns slice of string. expr properly gives `[]string` when it's immediate value eg `["a"]` but when I do something like `[str]` it gives...

possibly related to https://github.com/not-an-aardvark/git-delete-squashed/issues/1 When I run this tool via node on a big repo, I'm getting EAGAIN error on git rev-parse or merge-base Error is like below (branch name...

closes https://github.com/b4nst/stream-mock/issues/62

**Is your feature request related to a problem? Please describe.** I have a program to read data from the stream. I want to write a test to cover the error...

enhancement

I wanted to change log format from json to hash, and tried below ``` logger.formatter.jsonize = false logger.formatter.with_newline = true ``` Unfortunately this will produce log without newline because as...

It would be nice if checkout sdk can also implement various cart mutation APIs (namely create a new cart, add item, delete item, update quantity, and delete cart). As part...

enhancement

Type definition says it's number: https://github.com/bigcommerce/checkout-sdk-js/blob/f79e8a43f6f32e359aeecd77c40de4d564806aed/dist/checkout-sdk.d.ts#L2743 However in the real world we get string and null as well

bug