Robert Ayrapetyan
Robert Ayrapetyan
Looks like cricket is for Nvidia, CRIU already supports AMD, but my target GPU is Intel :) (iGPU built into CPU). As per my research, it's the most affordable and...
@codesome, sorry for a long delay. Yes, it happens with all metrics, and seems not setting "out_of_order_time_window" resolves the issue!
...or LoggerAdapter documentation can be updated to include: ``` if hasattr(websocket, "request_headers"): ... ``` check (that's what I've done as a workaround).
The other issue was swallowing of exceptions (maybe similar to https://github.com/python-websockets/websockets/issues/1415 ?). Clients just get connection reset on their side with no output in the server logs. I believe this...
rewrites doesn't work for everything (e.g. websockets).
So despite of multiple examples in this thread, /app routing is not working with next-http-proxy-middleware as of today correct?
Somehow it didn't work even with page router... I've ended up using a stand-alone nginx instance just for routing purposes.
Hi @eleksir, I see you've archived your fork (https://github.com/eleksir/fbpanel). Aren't you going to maintain it anymore? @FredericGuilbault, @diazvictor, is any of you going to maintain this project by chance? Also...
Ah, I see. I was searching for a panel that isn't dependent on the desktop manager (DM), and it seems xfce4-panel and i3bar are specifically tied to certain DMs. Have...
Seems AWS is not going to provide an access to code repos hosted in AWS. Maybe because they think GitHub is good enough for everyone?