-
The REAPI has moved on from output_{files,directories,etc...} to using output_paths. Buildfarm needs to be brought up to speed such that it does not conflict with existing clients that utilize the dep…
-
New version any one have it? Windows and linux both
-
Hello,
It will be much useful to add anti-crouch cvar, only to allow double duck (dd)
Like mp_unduck_method 1 cvar by RegameDLL, but to allow doubleduck.
Example AMXX (REAPI) : https://dev-cs.r…
-
Code :
```
#include
#include
#include
public plugin_init()
{
register_clcmd("say /test", "cmd_test")
}
public cmd_test(id)
{
give_item(id, "weapon_hegrenade")
cs_set_u…
-
I'm trying to compile index.ts, which import module from another mono repo package which contains `export type` declaration.
And I got this error:
```
src/index.ts → index.js...
[!] RollupError:…
-
Tags are not currently being propagated from a bazel's target to the actions' execution requirements. which would be very useful in order to be able to mar certain targets as 'no-remote' or 'no-cache'…
-
When testing the Bazel 6.2.0 + ios rules update we ended up with an accelerated rate of `NoSuchFileExceptions`. I'm imagining to not find an answer from the error message(s) alone, but what messages I…
-
If you follow along along with the saga in https://github.com/thoughtpolice/buck2-nix/issues/12, I have almost got remote execution working on buildbarn with Nix! Except that the tarball I download se…
-
![Screenshot 2023-06-28 113509](https://github.com/SmileYzn/MatchBot/assets/78939962/492e2faa-4761-4b62-9de0-ccfd35e8e8b9)
![Screenshot 2023-06-28 113536](https://github.com/SmileYzn/MatchBot/assets/…
-
Hi
I recently set up buck2 to build with Buildbarn through its[ deployment repository](https://github.com/buildbarn/bb-deployments), and found that the workers with instance name prefixes could not…