hatoo
hatoo
### Expected Behaviour `cargo clippy` works without a crash in [this](https://github.com/hatoo/zenn-content/tree/a1a2a28885b970f4ec5934bed96944ea50eadec5/rasterization-example) project. It worked fine in older `rust-gpu`. ### Example & Steps To Reproduce 1. Clone [this](https://github.com/hatoo/zenn-content/tree/a1a2a28885b970f4ec5934bed96944ea50eadec5/rasterization-example) 2. `cargo clippy`...
This issue is from Discord conversation https://discordapp.com/channels/750717012564770887/750717499737243679/943879544006381638 ### Expected Behaviour I want to compile [my shader](https://github.com/hatoo/rene) faster. ### Example & Steps To Reproduce 1. clone my repo https://github.com/hatoo/rene 2. `cargo...
### Expected Behaviour Codes that uses `core::mem::swap` ```rust #![cfg_attr( target_arch = "spirv", no_std, feature(register_attr), register_attr(spirv) )] #[cfg(not(target_arch = "spirv"))] use spirv_std::macros::spirv; use spirv_std as _; #[spirv(vertex)] pub fn test_vs() {...
https://blog.cloudflare.com/how-we-built-pingora-the-proxy-that-connects-cloudflare-to-the-internet/ Maybe faster that hyper, I don't know.
Hi, `04_cp_liburing` quits before writing file content in my environment. Since I think `write_left` in `copy_file` should be updated when actually wrote, I moved the line and it works fine...
I've found that `client` example fails with nginx on raspberrypi 4B. It's OK on local nginx and httpd on raspberry pi. I slightly modified `client` example to my environment. ```rust...
## Current Behavior `cargo bench` in `lib/segment` panics. ``` ... Benchmarking scoring-vector/score-point: Warming up for 3.0000 sthread 'main' panicked at 'internal error: entered unreachable code: FakeMetric::distance', lib/segment/benches/hnsw_build_asymptotic.rs:113:9 note: run with...
resolve #264 - Added a script build with pgo in `justfile` - try BOLT later - TODO: add to CI # Current state for server In pgo/server ## v0.6.1 ```...
Currently, a timeout for TCP connection is set to 5 seconds(constant) in #363 We need to confirm whether this actually helps. Or remove timeout if it isn't meaningful.