Humberto Alves
Humberto Alves
There is offset issues when creating `DateTime` objects with alternative timezones (like Europe/Lisbon). After activating the timezone with `timezone Europe/Lisbon` command and running this code: ```C++ dbgln("first_day_of_current_month: {} {} {}",...
I tried to load the following 4 gemini websites: 1. gemini://gemini.circumlunar.space 2. gemini://geminispace.info 3. gemini://flounder.online 4. gemini://mozz.us They all refused to load or crashed with different errors: #### 1. gemini://gemini.circumlunar.space...
Before:  After: 
Hello! I have an HTTP endpoint that yields newline delimited JSON objects while the request is open, via Django's StreamingHttpResponse, like this: ``` def streaming_view(request): streaming_content = infinite_generator() return StreamingHttpResponse(streaming_content)...
According to the [RFB protocol](https://www.rfc-editor.org/rfc/rfc6143.html#section-7.6), the current values for update types Bell (3) and ServerCutText/Clipboard (2) are mixed up. The correct values should be: - **2**: Bell - **3**: ServerCutText...