Deleted user
Deleted user
I suggest a new function in GLFW like the following: ``` int glfwWindowIconSupported(); ``` If the current platform supports custom window icons, the function should return GLFW_TRUE. If it does...
Also I removed the hard-to-search characters from heXon's name.
Would you be open to creating a [gitter](https://gitter.im) community for Trio so we have a place for helping people with learning and using Trio and its ecosystem? Is there already...
## Bug Report server ```rust let svc = ServiceBuilder::new() .concurrency_limit(100_000) .load_shed(); let mut server = Server::builder() .tls_config(tls_config) .unwrap() .concurrency_limit_per_connection(256) .tcp_keepalive(Some(Duration::from_secs(60))) .http2_keepalive_interval(Some(Duration::from_secs(20))) .http2_keepalive_timeout(Some(Duration::from_secs(60))) .max_concurrent_streams(Some(512)) .layer(svc) .layer(SessionMiddlewareLayer::new(db, redis_connection_manager)); .... let listener =...
### Description I've been looking around to find the privacy policy for selenium users after the plausible incident... #14643 There is no such thing on the website nor on this...
### What happened? I can't find a way of avoiding sending telemetry. `export SE_AVOID_STATS ` just does not work. I also believe that it is not the best to enable...
**Describe the bug** Build failure. And link failure if replacing with std::isnan. **Expected behavior** It building and linking properly. **Reproduction steps** Steps to reproduce the bug. - install OpenIndiana/some illumos-based...
Hello When you enter a cheat in a game and restart openemu, all cheats are gone. I would like to request a feature which saves the cheats in openemu so...
Hello I'm new to this project. If I download the zip file on the website, do I have an Apple Silicon version then or an Intel version?