Daniel Morandini
Daniel Morandini
Hi @carmenbianca (I notice now I heard you speaking at the SFScon! 😊), yes you'r right: I updated the tool, now I'm running version `0.8.0`, and it does not check...
Hey, if someone ends on this issue like me I found this snippet from the [installation page]( https://clangd.llvm.org/installation) very useful! It helps generating a `compile_commands.json` that `clangd` will use to...
Some files are missing in the build ``` diff --git a/build.zig b/build.zig index 5aa379d..b6c98e7 100644 --- a/build.zig +++ b/build.zig @@ -37,6 +37,7 @@ pub fn build(b: *std.build.Builder) void { lib.addIncludePath(.{...
OK so basically for master it is needed to add the .c files in src, that's it. Now the compiler is erroring with ``` error: cannot compare strings with !=...
Panic can be quickly "fixed" avoiding the `t` logger and using the `log` package, but I guess the issue is more subtle (and connected to #13, which I experienced too)...
Updated scenario considering a full rewrite: #### without `booster` The gamer wants to play a game, let's say LoL, at his home he has an ADSL shared with the rest...
Maybe it would be better to create a separate repo with all the tools needed to build `booster` programs. In fact it would be nice to also pack [booster's cli](https://github.com/booster-proj/boosterctl)...
@philipgiuliani what do you suggest? Is [this repo](https://github.com/booster-proj/release) a bad idea in your opinion?
Add a `storage` package that handles policies encoding and decoding (?)
It is possible to retrieve the metrics through https://godoc.org/github.com/prometheus/client_golang/prometheus#Gatherer