Daniel Tang

Results 86 comments of Daniel Tang

> See That PR adds the option of using an array or string instead of the path. I have an `int` file descriptor, not an array or string. If I...

> already relies on mmap() on This is what I would like to keep doing > Putting the model into the app data directory There are two data directories on...

I would like this issue to be reopened. This issue was closed because we deferred the action to upstream. Today upstream just implemented their part to support the functionality (https://github.com/tensorflow/tensorflow/commit/555034bfad7571f9f4d68ca56e47e4da65ead7b2)....

It seems like the runner isn't using the latest stable Rust. Minimum const generics have been stabilized since late last year. Can someone fix the CI?

> unstable Rust I didn't add any line of code that started with `#![feature`. Therefore it should already work on stable Rust. I think the problem is that our version...

> Also, it would be nice to avoid extra wrapping to [N; 1]. I had already tried but I wasn't able to avoid the wrapping. I get errors about conflicting...

This works fine in stable rust: ``` $ rustc --version rustc 1.51.0 (2fd73fabe 2021-03-23) $ rustup show Default host: x86_64-unknown-linux-gnu rustup home: /home/home/.rustup installed toolchains -------------------- stable-x86_64-unknown-linux-gnu (default) nightly-x86_64-unknown-linux-gnu active...

> btw, what was the motivation for the feature implementation I ported something over from `wgpu-rs` and I set everything to fixed-length there. I also planned to optimize my game...

This affects my i7 model too. After a few minutes of running games at maximum graphics, the framerate does indeed suddenly drop. However, I have a room fan that I...

> dmesg How can there be a `dmesg` if it doesn't boot? > [ 0.808038] The beginning of this `dmesg` is missing. > windows logo and they keyboard icon This...