Tomasz Sterna
Tomasz Sterna
There are two issues with how `egui-miniquad` handles mouse cursor currently. 1. It unconditionally enables mouse cursor on each `end_frrame`: https://github.com/not-fl3/egui-miniquad/blob/e3886433156a945cb006416c0972f3edfe26c2fc/src/lib.rs#L179 My game shows system cursor only when mouse is...
As I filled this TODO item in my project based on this seed (thanks), I thought it may be usefull to share it. :)
https://github.com/APIs-guru/graphql-faker/blob/2775f1580a6cbe9d2fdf4a823a1374cbbbe3514c/src/fake.ts#L128 Adding `#rand` fragment to image URL does not trigger a new request. `#` means a different part of the same (already fetched) document.
@sonnyp mentioned in some comment, that we would like to have a stanza routing middleware, to handle application-lever stanza routing. What about adopting https://github.com/jaredhanson/junction ? It has an extensive set...
Trying to proceed with unencrypted dialback results in silently dropped packet. ``` sx (io.c:96) completed nad: a1591a0ddd42669991c19c1e2363b02b0bff2aa10b234ea sx (chain.c:119) calling nad read chain sx (io.c:167) tag 11 event 6 data...
After enabling in s2s.xmx outgoing stream features should have starttls marked as required. ATM only dialback is marked. ```xml sx (io.c:312) encoding 303 bytes for writing: zlib ```
In `c2s.xml` all STARTTLS options of virtual hosts are configured in hosts' ``.`` attributes. But SSL wrapper on port 5223 options are configured as separate tags under ``. This leads...
Currently whenever SM needs to fetch storage object, it sends DB query and... stops... for some undetermined time, until DB responds. This stops all processing in SM. For all connected...
Instead of implementing SQL backend many times, each for every SQL server it may be a better idea to implement http://libdbi.sourceforge.net/ based one and merge all the features scattered over...
In the following scenario: ``` Sep 9 18:30:04 xkh0g1 jabberd/s2s[8570]: [15] [178.33.33.232, port=44447] incoming connection Sep 9 18:30:04 xkh0g1 jabberd/s2s[8570]: [15] [178.33.33.232, port=44447] incoming stream online (id dkul7hyamk13nmi03xhtsj7ddskuruh) Sep 9...