Aleksandr Razumov

Results 106 issues of 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.

enhancement
openapi-features
area: gen

- [x] Add quick start section - [x] Describe "Convenient errors" concept - [ ] Describe request/response types generation and how `ogen` handles multiple variants - [ ] Request -...

documentation

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 ```

kind/bug
good first issue
kind/community-report
area/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),...

enhancement

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, } }, ``` ![image](https://user-images.githubusercontent.com/866677/227969405-4d6fa520-1652-4e7d-b239-30dc20f4b3b2.png) The `collapseSidebarButton` is displayed incorrectly. Also, after hiding sidebar, the "unhide" button is not available: ![image](https://user-images.githubusercontent.com/866677/227970014-9afe62e2-4040-4989-bdf6-e2635c5144cc.png) I'm installing...

Logs: https://gist.github.com/ernado/a9aa2b9b8ca02f65087013b3973b6cc0 Related: #1021

bug
help wanted