hitzhangjie

Results 41 issues of hitzhangjie

## Summary if content is too long, we may truncate the data, and append "...read more" instead. If so, we can display up to 5 results successfully. ### Basic example...

keep

When hash conflicts happened, the added item will be put into the `[]interface{}`. Supposing we have two different processes, which are watching the etcd events. While the two processes may...

![image](https://user-images.githubusercontent.com/3725760/103756588-8ee36000-504a-11eb-853b-3d0d40198479.png) Type helloworldServiceImpl implements the interface defined in package helloworld, the IS-A relation is not drawed. the generated plantuml is : ```puml @startuml package "main" { class "helloworldServiceImpl" as main.helloworldServiceImpl...

This CL supports multiple default values like , this parameter will rendered like this in `generateView`: ``` --proxy=cfg1|cfg2|cfg3-----------| |cfg1 |cfg2 |cfg3 |---------------------------------| ``` then we can use up/down arrow to...

feature-request

Could you help sovling the searching problem? I write a ebook here: https://hitzhangjie.pro/go-internals/, it uses hugo-book theme. I don't know why the searching not working. I use Chrome to debug...

Hi, please help me about the service worker sw.js/sw-register.js scope relevant settings. My problem is reproduced like this: - I use hitzhangjie.github.io as my github pages service - And I...

# Problem summary Hi, there're some markdown editors or github, they require or encourage users to write some liquid tags in the document. For example, we could write author, description,...

Feature request

OS: macOS jhump/protoreflect version: v1.12.0 go version: 1.16.3 I have written two protos, which under the same folder with the same package directive. f1.proto: ``` package xxx; enum Type1 {...

can we hide footer in mermaid? if can, please show how to do that. thanks very much!