Denis

Results 7 issues of Denis

Hi @valyala! In #23 we added ExecuteStringStd which works as a drop-in replacement to strings.Replacer. It worked great, but we found a missmatch on nested start/end tags. Here is an...

Hi! This PR fixes #529 #498. The current protoc shell cmd: ``` protoc -I=. -I${GOPATH}/src -I${GOPATH}/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=plugins=grpc:../pkg/server --grpc-gateway_out=logtostderr=true:../pkg/server --openapiv2_out=. server.proto ``` The analog prototool.yml: ``` protoc: version: 3.11.0 includes: -...

Our company is working with money and a lot of operations are done with Decimal/Numeric type. For Go there is a great library github.com/shopspring/decimal which gives full support for marshalling,...

Hi @jefferai ! All the current cache implementations export the `Keys()` method which returns all the keys in the cache. In some cases, like cache testing, you need to know...

Address 15pHcPCSw9DfkJTD8uQY4okzrayNm9LiA6 in transaction 0b1f0fee9ac088422531af0cf18f9b24024f783ff5426a6b683c2d5082fce652 is not correctly parsed in stream ``` bitcoinetl stream --start-block 134916 --end-block 134916 -p http://node -B 1 ``` it is parsed as nonstandard897bc364defc7cb7b0e4382dc605c897c7707f35 but is...

Hi @medvedev1088 ! We are using ethereumetl and bitcoinetl toghether in one application. ethereumetl depends on python-dateutil>=2.8.0 bitcoinetl depends on python-dateutil==2.7.0 We have conflicts. Is it possible to bump python-dateutil...