Luis Garcia

Results 25 comments of Luis Garcia

Thank you @leviport, for the feedback and testing - I really appreciate it. Updated the comment for the PR to reference 2.2KB, the extra space I noticed is probably associated...

I would love to see binary releases for this project.

Yes, not sure what is causing it. In my case the connection is established with `http` (instead of `https`) as it is on the internal network on kubernetes pod.

I would be interested in getting docker images for `linux/arm64v8` on [dockerhuib](https://hub.docker.com/r/citusdata/citus/tags) similar to the `linux/amd64` ones. ![citusdata_docker](https://user-images.githubusercontent.com/2557898/201551490-7943e8a9-33db-4191-8ced-43114de1cc94.png)

I hope there was a way to disable/undefine all RGB_MATRIX effects similar to `#undef RGBLIGHT_ANIMATIONS`

@fauxpark, I think the changes you requested should be good now.

Replaced by [PR-19897](https://github.com/qmk/qmk_firmware/pull/19897)

> I was able to fix this by adding a `.prettierrc` file to the **root** of my project containing: > > ``` > { > "tabWidth": 4 > } >...

@louisnw01 , how do I check the server logs for `prettier`?

This is what I got on the logs after saving. It is still using 4 spaces instead of 2. `stderr: Resolved config: {"tabWidth":2}, will format file '~/HomePage/bookmarks.yaml' with options: {"useTabs":false,"tabWidth":2,"printWidth":80,"plugins":[],"parser":null,"filepath":"~/HomePage/bookmarks.yaml"}`