theoryfate

Results 6 issues of theoryfate

Now the latest version of hostapd and wpa_supplicant has reached 2.9, and WPA3 is well supported. I think it's time to let create_ap also support, so that people can more...

能否在config.js内添加更强大的自定义功能? 例如控制数据条宽度、数据条左侧文字大小、数据条右侧文字大小、数据条内部文字大小、数据条与数据条之间上下间隔大小等功能,这些功能在数据条目少,或者一屏多个并行动态排名下会非常有用 虽然我可以通过修改stylesheet.css和visual.js实现上述功能,但是我觉得其他人也可能会有这样的需求

good first issue

Are you the author of nghttp2? Please add an API like "nghttp2_session_mem_recv" to wslay. "nghttp2_session_mem_recv" is great to use, and can actively parse data that already exists in memory, instead...

By monitoring the MLD report, MLD Snooping constructs a mapping table from the multicast address to the switch port to prevent multicast packets from being broadcast on the Layer 2...

Gnome's workspace switching is like a pile of garbage! It is this extension that makes the gnome workspace truly usable! Since I upgraded to gnome 3.38 and this extension failed,...

I found some examples of adding certificate extensions in Google search, as follows std::string san_dns = "DNS:www.mysite.com"; X509_EXTENSION *cert_ex = X509V3_EXT_conf_nid(NULL, NULL, NID_subject_alt_name, san_dns.data()); X509_add_ext(cert, cert_ex, -1); This works, but...

triaged: question