astrand

Results 59 comments of astrand

On Linux, X11/Xmu/Atoms.h is typically in a package called libXmu-devel or similar.

VPATH patch Original comment by: yselkowitz

I'm not sure it's a good idea to merge support for an undocumented "forked" VNC protocol. How are we supposed to be able to maintain that, without some reference? In...

I'm not volunteering for anything. I just want to make sure that me and my team doesn't need to spend many years trying to maintain code that implements some undefined...

We have not seen this, but we are not using websocketproxy but only websocket.py.

I agree that the existing API is very limited. It is common that you do not want to execute the "after" method, for example, if the request handler returned/responded with...

Untested idea: ``` --- a/ocpp/charge_point.py +++ b/ocpp/charge_point.py @@ -256,23 +256,23 @@ class ChargePoint: # * firmware_version becomes firmwareVersion camel_case_payload = snake_to_camel_case(response_payload) - response = msg.create_call_result(camel_case_payload) + call_response = msg.create_call_result(camel_case_payload) if...

Hi, still around, but little time for this project nowadays, unfortunately. Yes, it is true that I prefer no radical changes right now. However, bugfixes and gradual, backwards compatible improvements...

Hi @hackerb9, PR looks fine. Do you want me to merge it, if so, Squash or normal commit?

With the latest code on the v5.4-ath10k-sdio branch, the kernel crashes when card is inserted: ``` [ 99.741596] mmc0: cannot verify signal voltage switch [ 99.855667] mmc0: queuing unknown CIS...