Yuxuan 'fishy' Wang
Yuxuan 'fishy' Wang
> For the testing, is running the cross test and running `make -k check` in `test/py` sufficient? Or were you referring to a different set of tests that I should...
hmm, it _seems_ that fastbinary is actually built this way (at least for linux-amd64): ``` (venv) fishy@penguin:~/work/test$ python3 Python 3.11.7 (main, Dec 8 2023, 14:22:46) [GCC 13.2.0] on linux Type...
Trusted Publisher Management set on pypi: https://pypi.org/manage/project/thrift/settings/publishing/ Cherry-picking to 0.20.0 release branch in https://github.com/apache/thrift/pull/2931.
@larsrc-google yes it hits the same OOM issue if I remove the `build_tools_version` line, and yes it still hits the same OOM issue if I run `bazelisk build --worker_max_instances=2 :debug`...
I tried to add `--verbose_failures` but it doesn't really give me the full raw command it ran, so I still don't know what it actually tried to do. But the...
We have an internal Baseplate Spec but it's not fully finalized and not ready for open source yet. Currently you can look at our first and reference implementation of Baseplate,...
I guess since we moved edgecontext to its own repo, we no longer need this one? (maybe we can duplicate it there 😅)
>but we will want to verify that the implementations are consistent across all of the protocols I don't see how that works in reality. Blindly apply middlewares from one server...
@konradreiche sure, but at what price? The current situation is that the price is too high (that we have to deal with a lot of newly added `interface{}`), while the...
we probably will want to punt this into 0.10.0 instead :(