Kishan K
Kishan K
Do they support keyboard shortcuts for smilies? Some of them like :-) and :-D For others do they have keyboard shortcut table as above?
Is it planned to support the expressions format for licenses ? ``` "licenses": [ { "expression": "MIT" } ] ```
@pradyunsg , the workaround option didn't work for me to disable proxy ` $ pip install flask-socketio --proxy="" Collecting flask-socketio WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken...
Now it says DNS lookup failed!
Hi @mraineri I tried using `pip install -r requirements.txt` Is there a work around or fix for the issue with 3.11 as you mentioned?
Hi @mraineri , Thanks for the pointer. I shall try doing this step and let you know... In the meanwhile you could try with the docker container of the python...
> Did a bit of digging and unfortunately there's no fix at the moment. The http-parser module has an open issue about this (which we're dependent upon): [benoitc/http-parser#94](https://github.com/benoitc/http-parser/issues/94) > >...
@mraineri can you please let me know how exactly is http-parser helping when we have default python socket and requests library available? Could you please point me to some reference...
I had tried using the BaseHTTPRequestHandler. Looks like it works  Could you please check and confirm if this would work here? ``` from http.server import BaseHTTPRequestHandler from io import...
Hi @mraineri , I have created this pull request. https://github.com/DMTF/Redfish-Event-Listener/pull/29 Hope it is what is expected. Please check and let me know. Thanks in advance. 🙂 👍