Huakun

Results 28 issues of Huakun

Without closing img tags, the epub files generated have only 5 pages.

needs-review

``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: root@undefined npm ERR! Found: @typescript-eslint/[email protected] npm ERR! node_modules/@typescript-eslint/eslint-plugin npm ERR! dev...

### Discussed in https://github.com/tauri-apps/tauri/discussions/6666 Originally posted by **HuakunShen** April 8, 2023 I am building an app that requires reading file path. The tauri [dialog open api](https://tauri.app/v1/api/js/dialog/#open) works but took 2...

type: bug
platform: macOS
status: needs triage

**Is your feature request related to a problem? Please describe.** Some files pushed to git don't necessarily reflect contributions. For example, `package-lock.json`. **Describe the solution you'd like** Add a filter...

### Summary On wasmer's website https://wasmer.io/products/registry, there is a piece of sample code at the bottom ```python from wasmer import Wasmer python = Wasmer("python/python") runner = python.entrypoint.run('-c "print(1+1)"') print(python.stdout) ```...

❓ question

I am getting this warning: `warning: the following packages contain code that will be rejected by a future version of Rust: connection-string v0.1.13` This package is used by `prisma-engines` and...

``` model User { id BigInt @id @default(autoincrement()) name String } ``` ```ts let client: PrismaClient = PrismaClient::_builder() .with_url("file:xc-dev.sqlite".to_string()) .build() .await .unwrap(); client._db_push().await.unwrap(); client.user_().create("name".to_string(), vec![]).exec().await.unwrap(); ``` This will fail. But...

bug

Is subscription fully supported? In the README.md I saw `Subscriptions support (serialization-deserialization only at the moment).` Not sure what this means. Does it mean subscription is not yet supported?

I was sending this kind of event, where one field is Buffer. ```ts socket.emit("echo" { value: Buffer.from(uuidv4()), uuid: uuidv4(), createdAt: new Date(), }); ``` It doesn't seem to work with...

### What version of Bun is running? 1.0.8+2a405f691e80725fe0b97b93afd3b8cfed13fa5f ### What platform is your computer? Darwin 23.1.0 arm64 arm ### What steps can reproduce the bug? Get this project and run...

bug
needs investigate