Wael Nasreddine

Results 159 comments of Wael Nasreddine

@silvergasp any progress on getting `cc_nanopb_proto_library` implemented?

@silvergasp thank you for the detailed response, very helpful! My timeline is short-term so I'm probably going to go with option 2. It would be really great if you could...

@ArjunNarayan2066 Can you share your code so far? Maybe we can collaborate on it.

@Infinisil thank you for starting this process. I've been wondering for a while what are the requirements for me to gain push access and to be a part of the...

> For me pushing directly to the branches of the repo is a super scary thought Personally, I disabled pushing to origin with `git remote set-url --push origin no_push` that...

I managed to get the `trailing-whitespace` hook to run by adding the `pre-commit-hooks` to nixpkgs ([pr](https://github.com/NixOS/nixpkgs/pull/106918)) and activate it in my config like this: ``` trailing-whitespace = { enable =...

It would great to be able to set custom keybindings in a configuration file. PLMK if you need a separate issue for that.

Hmm, it seems to be failing because of Istio. Not sure how to update that one.

@offlinehacker, how did you generate the Istio OpenAPI spec?

> Are you using istio, maybe we can just remove it for now? No, I don't use it, but I wasn't certain if removing it is a good idea. I'll...