Halimao

Results 24 issues of Halimao

Is there an official benchmark data?

get https://github.com/belogik/goes return 404

以下基于micro v2.9.3 Hello,按着你的demo把server和client都部署在k8s上面了,client和server通信正常,但是api gateway一直无法获取到后端的服务。 另外,我发现,实际上micro并不依赖于k8s的service name访问对应服务。 我理解,应该是自身启动的时候将service名字注册到k8s注册中心,并生成一套自己的服务元信息 micro.mu* `service := micro.NewService( micro.Name(DefaultServiceName), micro.Server(grpcs.NewServer(server.Address(DefaultServerPort), server.Name(DefaultServiceName))), micro.Client(grpcc.NewClient()), micro.Registry(kubernetes.NewRegistry()), ) service.Init() ` 然后依赖于这些元信息进行rpc路由。我尝试了将DefaultServiceName和service.yaml里面的metadata.name配置为不同的名字,然后client初始化grpc客户端的时候,DefaultSrvName分别设置为DefaultServiceName和metadata.name ` greeter := proto.NewGreeterService(DefaultSrvName, s) ` 设置为DefaultServiceName是可以正常请求,设置为metadata.name会报{"id":"go.micro.client","code":408,"detail":"context deadline exceeded","status":"Request Timeout"}。...

This pr added support for setting multiple endpoints with comma `,` in `.env` file. `ELECTRUMX_PROXY_BASE_URL=https://ep.atomicalmarket.com/proxy,https://ep.atomicals.xyz/proxy` And after failing to call one of the endpoints, will retry for another one. This...

Since `console.log` will print the error message directly to the terminal, and `axios errors` is such messy that will soon exceed the terminal's max buffer size, this pr added a...

Since `console.log` will print the error message directly to the terminal, and `axios errors` is such messy that will soon exceed the terminal's max buffer size, this pr added a...

## Description Refer #5434 Found this issue when I tried to run `forc init --script` under a directory(`/tmp/path_with_._dot`) that contains a dot ".". The value of `project.name` in the generated...

enhancement
forc

## Description Close #5338 ## Checklist - [ ] I have linked to any relevant issues. - [ ] I have commented my code, particularly in hard-to-understand areas. - [...

## Motivation close #10060 Support to hide the inputed private key when we run `leo account import`. And the private key in output will show discreetly, see another [pr 10018](https://github.com/AleoHQ/leo/pull/10018)...

At present, references to {{versions.}} in docs/*.md aren't replaced by specific value. For example: 1. https://rust.fuel.network/v0.50.1/types/bytes32.html#:~:text=fuel%2Dtypes%20documentation 2. https://rust.fuel.network/v0.50.1/getting-started.html#:~:text=fuels%20%3D%20%22%7B%7Bversions.fuels%7D%7D%22