Kevin Wang

Results 26 issues of Kevin Wang

Thanks very much for making this fantastic project. I've runing Waylus under my pocket windows device. It can transfer mouse events from the browser to the remote PC. Is it...

I am trying to transpile a kernel module with `--reorganize-definitions`. got some errors: ``` 6183 | pub mod linux_netlink_h { | ----------------------- previous definition of the module `linux_netlink_h` here ......

bug
translate project

I am trying to transpile a kernel module with `--reorganize-definitions`. got some errors: ``` error[E0422]: cannot find struct, variant or union type `arch_spinlock` in this scope --> src/media_proxy.rs:3470:46 | 1539...

bug
translate project
refactorer

I am trying to transpile a kernel module with `--reorganize-definitions`. got some errors: ``` error[E0422]: cannot find struct, variant or union type `flowi4_Inner` in this scope --> src/media_proxy.rs:8281:28 | 8281...

bug
translate project

I am trying to transpile a kernel module with `--reorganize-definitions`. got some errors like: ``` error[E0603]: constant `flowi6_PADDING` is private --> src/media_proxy.rs:22333:34 | 22333 | flowi6_Inner, flowi6_PADDING, flowi4, flowi4_Inner, ```...

bug
translate project

I am following the guide and ran `kur -v train speech.yml`. after 3 epochs, the prediction is still empty. What's wrong? ``` Epoch 2/inf, loss=308.429: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2432/2432 [4:38:09

This PR adds support running telegram-bot under Phala network's sidevm environment. The sidevm is a smart contract platform where `tokio runtime` is not available and it provides a `sidevm runtime`...

Hi, there, We are using [a custom event topic](https://github.com/Phala-Network/phala-blockchain/blob/master/crates/pink/pink-extension/src/lib.rs#L36-L61) to emit a special event which can be catched by our customized contract-runtime to do some feature extension. So we need...

B-feature-request

We are building web services targeting to wasm with hyper and a custom TcpStream. The feature "hyper/tcp" is a trouble because it would enable some dependencies doesn't compile when targeting...

``` --> /home/kvin/.cargo/registry/src/github.com-1ecc6299db9ec823/rocket_cors-0.6.0-alpha1/src/fairing.rs:29:18 | 29 | let _ = &__arg2; | ^^^^^^ not found in this scope ```