Nadeshiko Manju
Nadeshiko Manju
About the sentinel mode, the RedisShake v4.0 is not supported directly. You can choose the master node manually and write it into the config file
> Maybe we can build the Python codes into wasm? WASM is a very bad idea. I have tried something like this before in similar circumstance(Gateway UDF/Custom Plugin) Python has...
I think this could be included in a nightly CI
> Of course we can help! Thanks! > > By the way, is there any permission setting or problems that prevent you from creating the new repo or pushing to...
Maybe we need to identify all the ebpf program we used in the global shm and manage it
> By the way, is the API style like `from_xxx` widely used in python? Nope, a normal way https://github.com/mitmproxy/mitmproxy/blob/746537e0511e0316a144e05e7ba8cc6f6e44768b/mitmproxy/coretypes/serializable.py#L30-L37 https://github.com/mitmproxy/mitmproxy/blob/746537e0511e0316a144e05e7ba8cc6f6e44768b/mitmproxy/certs.py#L378-L406
> > Nope, a normal way > > I don't understand this statement. > > _Nope, a normal way_ means it does be widely used? Sorry for confusing I mean,...
> > I mean, this is a normal style `from_xxx` in Python. > > Got it, thanks for sharing. BTW, `from_xxx` is good pattern which is suggested in PEP8 "Explicit...
> Seems cool, would you like to propose an RFC for python binding about this change? We can place them inside `bindings/python/docs/rfcs`. > > This is the first RFC for...
@Xuanwo BTW, would you mind me adding a new label "RFC needed` to represent an issue which okay but needs a RFC before submitting the code