chauncey

Results 7 issues of chauncey

Fix the error to get the offset value when loading 1 piece of data for chatroom - [x] Bugfix

**PHP-Whois version**: master **PHP version**: 7.4 **Description** .tw domain name cannot be resolved **How to reproduce** ``` $domain = "twnic.tw" $whois = Factory::get()->createWhois(); $response = $whois->loadDomainInfo($domain); var_dump($response->toArray()); ``` **Possible Solution**...

如何配置服务器, 对于没有使用 chrome 指纹的链接选择丢弃。 这将能够有助于定位分析出 `fingerprint: chrome` 的作用,验证服务器被封禁因素。 @HirbodBehnam

## 1.关于你要提交的问题 2023新源码编译的x86-64固件启动不了,ehci-pci: irq 23,io mem 0xdff05000 曾经2022年编译的可以启动 Q:是否搜索了issue (使用 "x" 选择) * [ x] 没有类似的issue ## 2. 详细叙述 a. 用refus把openwrt-x86-64-generic-squashfs-combined-efi.img刷入U盘 b. 插入到路由,进bios从U盘开机启动 c.日志刷3秒就停止,最后一个内容是:ehci-pci: irq 23,io mem 0xdff05000 ### (1)...

### Description Docker stack cannot immediately update the created service. > no suitable node (scheduling constraints not satisfied on 14 nodes; host-m… ### Reproduce docker-compose.yml ``` services: edge-de1: image: test-private/test:1.1.3...

kind/bug
status/0-triage

看到新增了表例外的情况,很不错! 能否配置只记录 SELECT 语法,INSERT UPDATE 类的写入都不记录? ```php [ 'except' => [ // '*_telescope_*', ], ] ```