Aleksandr Razumov
Aleksandr Razumov
This repo should be kept mostly low-level, providing primitives on ClickHouse TCP protocol and Native format. So, some higher-level abstractions should be extracted. Also, some refactoring should be done based...
Looks like `encoding/xml` is good enough to support all features. Otherwise we can always fallback to inline encoding for requests and responses.
- [x] Add quick start section - [x] Describe "Convenient errors" concept - [ ] Describe request/response types generation and how `ogen` handles multiple variants - [ ] Request -...
Probably via adding commit to dependabot branch?
That is, currently you should do: ```console cilium sysdump --cilium-namespace=cni ``` But this probably should also work (but it fails, defaulting to `kube-system`): ```console cilium --namespace=cni sysdump ```
Use `github.com/fatih/color`, highlight error text, stacktrace parts (line number, path to file, stacktrace element) with different colors and bold/faint. Example of colored formatted string: ```go fmt.Println( color.New(color.FgCyan).Sprintf("[%5s]", time.Since(start).Round(time.Second)), color.New().Sprint(req.Method), color.New(color.Faint).Sprint(req.URL),...
Hey, is it possible to mock ent without using sqlite driver? Probably something like mock with callbacks that user can override. We are starting to use ent in production and...
# riscv64 architecture support for static images Add support for riscv64 architecture, so riscv64 support can be added for dependant projects that are building on distroless. > riscv64 should be...
Having ```js docs: { sidebar: { hideable: true, } }, ```  The `collapseSidebarButton` is displayed incorrectly. Also, after hiding sidebar, the "unhide" button is not available:  I'm installing...
Logs: https://gist.github.com/ernado/a9aa2b9b8ca02f65087013b3973b6cc0 Related: #1021