Wissperwind
Wissperwind
Hi, I am trying out Language Servers. I used the default Hello World Xtext Project to build a language Server .jar. I added it to the plugin settings and I...
``` from datetime import datetime import pycron if __name__ == "__main__": start_as_string = "2022-12-02 16:32:57.382138" end_as_string = "2022-12-02 16:33:01.459094" format = "%Y-%m-%d %H:%M:%S.%f" start_time = datetime.strptime(start_as_string, format) end_time = datetime.strptime(end_as_string,...
### Context - [X] This issue is not a bug report. *(please use a different template for reporting a bug)* - [X] This issue is not a duplicate of an...
Hi, Today I visited a production server that stopped working. In the server log I noticed a bunch of tracebacks in ssl code: ```python-traceback [22/Jan/2023:08:43:24] ENGINE Error in HTTPServer.serve Traceback...
Hi, Can this library be used with Azure AD? Does Azure AD provide a standard Open ID auth system? Or is it necessary to adopt this library to Azure AD...
Hi, One morning I opened firefox and it had some problem and had to reset everything. It left on the desktop one folder wirth old firefox files. In the cleaned...
Hi, Could you please add a switch to skip the certificate expire check? If a certificate has expired, but I know that it is the correct certificate. It is still...
Hi, I use the editor with 100% height and 100% width. So it fills the parent object. If I enlarge and shrink the browser window by mouse dragging horizontally, the...
Hi Sometimes I don't want that the keys in my code were displayed in the preview language. I would like to disable that. Could you please add this checkbox? Or...
Hi, It was working. But I noticed a strange thing today: I can't click anymore on search results. It just closes them and clears the text field. Anyone else ran...