Humberto Alves

Results 5 issues of 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: {} {} {}",...

bug

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...

bug
regression

Before: ![Screenshot from 2020-05-01 19-34-18](https://user-images.githubusercontent.com/2660905/80832379-7631c900-8be4-11ea-90be-6c04b1eaffdd.png) After: ![Screenshot from 2020-05-01 19-34-45](https://user-images.githubusercontent.com/2660905/80832385-79c55000-8be4-11ea-97f2-5be10c937c9a.png)

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...