Neri Marschik
Neri Marschik
Why is this awesome? -- The project doesn't have that many stars but it's useful for making test environments accessible by hostname. We are using it to test pull requests....
Hi! First off, awesome package! When I run `C-x C-f `(find-file), select a file, run `embark-act`, and press `RET` (find-file), the echo-area shows `RET-` waiting for a key-chord. If I...
- [x] Add custom variable for eslint path - [ ] Support buffers without files
I added horizontal (X-Axis) Brush support, but the code needs refactoring and I am not completely sure how to best integrate Brush support with default charts and scales. Thinking about...
Hi I have an issue with toolchain resolution for reverser.py. ``` ERROR: While resolving toolchains for target @io_bazel_rules_k8s//k8s:reverser: No matching toolchains found for types @bazel_tools//tools/cpp:toolchain_type. Maybe --incompatible_use_cc_configure_from_rules_cc has been flipped...
rules_docker has variable substitution from workspace status. So we can do ``` container_bundle( name = "all_images", images = { "gcr.io/{PROJECT_ID}/server:{DOCKER_TAG}": "//cmd/server:server_image", }, ) ``` When we tried to switch to...
I noticed that if you type fast emacs starts becoming unresponsive. It is noticeable when typing normally too but still bearable. If emacs would support async calls that would fix...
Hi there! Great job with the library! I am playing around and wanted to test a bit more complex gRPC errors. ``` st := status.New(codes.Aborted, "aborted") st, err := st.WithDetails(&somepb.Something{Something:...