Elazar Leibovich

Results 11 issues of Elazar Leibovich

Hi, I have a couple things missing, let me know if you'll accept a pull request: 1. In the As{String,Byte...) family of functions, I'm missing AsJson(&jsonStruct), 2. In the As{String,Byte...}...

Hi, I saw a [thread](http://clang-developers.42468.n3.nabble.com/clang-tidy-memory-safe-C-subset-td4055154.html) on clang mailing list discussing `clang-tidy` support for SaferCPlusPlus. Does that exist? Is there any way to verify the code does not contain unsafe constructs?

When building with modern docker, the docker build would run with an empty context, if no directory is specified. Hence the `docker build` would fail finding repository's files: ``` ...

Recently, go module was introduced, which sounds like the way to go (pardon the pun) with golang. However this is in conflict with wuff's design, which assumes some source artifacts...

**Describe the bug** brew reports `:unneeded` feature in tap is deprecated. **To Reproduce** Run ``` ❯ brew tap jenkins-zh/jcli ==> Tapping jenkins-zh/jcli Cloning into '/usr/local/Homebrew/Library/Taps/jenkins-zh/homebrew-jcli'... remote: Enumerating objects: 204, done....

bug

Will conan support be beneficial for the project? I understand this is header-only, but sometimes it's more convenient to just use conan as if it was reguar project. I'll be...

### Component systemd-journald ### Is your feature request related to a problem? Please describe It is sometimes useful to print the time difference between adjacent kernel log lines, like `dmesg...

RFE 🎁
journal

It is currently possible with the API to get a list of the artifacts of the job. It is even possible to get the URL of the specific artifact: ```...

When creating a new service your code have to go like ``` ApiService svc = new ApiService(); svc.setClusterRef(new ClusterRef(cluster.getName())); svc.setName("hdfs"); svc.setType("HDFS"); List roles = new ArrayList(); svc.setRoles(roles); ApiRole role =...

Hi, Is managing shell plugins which are based on installing an executable, possible with `sheldon`? Is it within the scope of the project? Something like ```toml [plugins.atuin] exec = "atuin...

feature