陈杨文
陈杨文
Generate with a generated header comment ```ts // Code generated by protoc-gen-ts-proto v1.2.3. DO NOT EDIT. ``` this can hint some other program, e.g. ignore count code lines
> I'm using the common import here: https://github.com/aperturerobotics/protobuf-project/blob/main/example/other/other.pb.ts#L2 But still has the common functions, only a wkt used an external import.
@xen0n @lovejoy 最近需要作为服务商进行开发,做了一套 SDK,感兴趣可以试试 https://github.com/wenerme/go-wecom
macvlan is different from bridge, mostly, can no access each other by ip, can not use existing ifaces, because can not access each other, if only require egress connection, macvlan...
@f41gh7 tried, works, seems operator will create a volumeMounts with the storageDataPath
Some provider seems do not need to recreate, like openebs zfs, allowed multi mount. ```yaml apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: openebs-local-zfs-testing-shared parameters: # allowed multi mount shared: "yes" ```
case-insensitive is for codec only, but not for all other case (like db pk, redis key), please specify (at least prefer which case) the case, otherwise the db may not...
from https://datatracker.ietf.org/doc/html/rfc4122#section-3 > The hexadecimal values "a" through "f" are output as lower case characters and are case insensitive on input. UUID specified the output case here, the underlying codec...
目前有在想做类似的,例如这个 https://alpine.ink/package 源码这里 https://github.com/wenerme/tools/tree/master/pkg/apki 要做好搜索需要结合不同的仓库,如果只是简单的搜索文件,觉得意义不大,因为有些仓库的文件都是 hash 过的。 https://alpine.ink/package 是用的 nextjs 增量 ssr 生成详情页,能被搜索引擎抓到。但是如果要提供用户体验好的搜索,还是需要后端有一个 es 或者 bleve 这样的来实现检索,因为没有服务端资源,所以都不敢做搜索。
Same issue, any new progress ?