Known Rabbit

Results 47 issues of Known Rabbit

Currently I'm using my own fork to redirect malformed request to original site ( https://github.com/ttimasdf/imageproxy/commit/b060222298e4be638894216e39e925c4778d604e ), that ensure the site not breaking. I'm wondering whether it could be added as...

From [integrations.py#L32](https://github.com/AdrianLC/sublime-text-virtualenv/blob/e05905ad508c173904b62d9e9e083ca3944c1370/integrations.py#L32), which is the same with REPL's method. I cannot see its benefits comparing to its flaws. My recommendation is in my PR at wuub/SublimeREPL#515. Since mans there do...

`test -f *.go(#qN)` result is false in a directory with multiple go source files, because `-f` only take one argument from the glob. We need to combine them into a...

There's the case that my home Wi-Fi contains many devices of different purposes, e.g. guest phone, TV stream box, IoT sensors and such. Those Wi-Fi clients shouldn't be reported as...

The modification is a bit messy so I combine the features inside one PR. - Listen dnsmasq DHCP events, report to HA after IP and hostname present. - Currently the...

BotW allows players to name their horses by several languages, including CJK characters. Many tools assuming fields in savegame is ASCII and skip the higher bytes when reading and writing....

enhancement

Add changes purposed by https://github.com/medcl/elasticsearch-analysis-ik/issues/960#issuecomment-1204670755, tested on ES 8.3.3 todo: - [ ] build separate versions for each ES version - [ ] build them automatically. (cron? trigger?) Fix #960,...

**Is your feature request related to a problem? Please describe.** gdb command `info proc mapping` returns empty. ![图片](https://user-images.githubusercontent.com/2762704/84098548-1aa3f800-aa3a-11ea-90c0-411634bb2d0b.png) **Describe the solution you'd like** There seems to be a stub here...

Currently the `-r` parameter only accepts IPv4/v6 address. For a udpspeeder server hosted on OpenWrt, it's external IP address is changing regularly because of the restrictions from ISP. Maybe UDPSpeeder...