Steve Strong
Steve Strong
My scenario is that I'm spinning up multiple instances of a service dynamically on different ports, and each instance needs its own configuration information. I've already got a version working...
Thanks for getting back to me. I've just done a build with a single dirty file, and this gist has the console output from those commands - https://gist.github.com/srstrong/5ecd86f20dfd8ceb20c39ece695931c9 As you...
Running the 4 commands gave timings of: dependency_analyser: 0.173s app_resource: 0.189s dependency_finalizer: 0.293s erlc: 0.219s so nothing substantial there. Console output looks something like: ``` [nix-shell:~/dev/norsk]$ buck2 build --console simpletty...
Final update from tonight - I just generated a BUCK file with around 1700 targets, one for each erlang source file (this is pretty much how we do things in...
The structure from an erlang perspective is probably a little unusual - our primary development language is Purescript, using purerl to compile the source purescript into erlang, and then onto...
On the off chance that it helps, I have made a very simple repro outside of our main project. I have a BUCK file: ``` erlang_application ( name = "test-app",...
Oh wow, that's just awesome. Updated my .buckconfig and my single-file rebuild on my main project is now 2s, that's very much a result! Thanks for looking into this, much...
Hi - yes, we're still actively using grpcbox - certainly be nice to be back on main :)