Roman Martynov

Results 11 issues of Roman Martynov

### What version of Garble and Go are you using? $ garble version v0.4.0 $ go version go version go1.17.1 darwin/arm64 ### What environment are you running Garble on? go...

bug

## Your Question I have models like this: ```golang package models type ItemAsset struct { ID int32 `gorm:"primary_key;AUTO_INCREMENT;column:id;type:int;" json:"id"` ItemID string `gorm:"column:item_id;type:varchar;size:36;" json:"item_id"` } type ItemSet struct { ID uint32...

type:question

Method ```Logger.With``` use a lots of memory, if used too often. But this method make code very clean. So the problem is when we call With, then ```zap.Logger``` clones into...

Hi, thx for great lib. You have panic in https://github.com/kellydunn/golang-geo/blob/master/sql_mapper.go#L33. It's mistake ?

Added ```stream.CloseWithError(error)``` method for ability to send error on another side Sometimes you need to understand reason of why a particular stream was closed by another side This is useful...

I think, If data is read from a connection, then there is no point in sending a keepalive frame. It is necessary to send the keepalive frame after some timeout...

Hello, i need to disable stack trace in WRN and ERROR level, how to do this ?

First of all, I want to say that your library is fantastic and has saved me a lot of time and effort! I encountered an issue where `useLoader.preload` does not...

enhancement

### Description The properties `startFillColor` and `endFillColor` do not behave as expected when used in the chart component. Only the color from `startFillColor` is applied, and `endFillColor` is ignored. Additionally,...