Results 17 issues of kkocdko

Removed `futures-executor` and `futures-macro` by default. Just a small change. [CI passed](https://github.com/kkocdko/cached/actions). Seems more acceptable than [pull/75](https://github.com/jaemk/cached/pull/75) because many `futures-*` crates like `futures-utils` were widely used in async ecosystem, keep...

``` thread 'tokio-runtime-worker' panicked at 'index out of bounds: the len is 1 but the index is 1', /home/kkocdko/.cargo/git/checkouts/ricq-6bb4bd71a72b13ed/bd07155/ricq-core/src/msg/elem/market_face.rs:92:20 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ```...

bug

I think some of the detail in the code may increase the risk of banning. https://github.com/aaamoon/copilot-gpt4-service/blob/65226a13b9eb571a3da06313bd3d29ec4b4c9f32/main.go#L87-L88 Here a different `Machineid` and `Sessionid` are created for each time, while the behaviour...

bug
question
performance

### OS/Platform and Version Portable Linux 121.0.6167.184 https://ungoogled-software.github.io/ungoogled-chromium-binaries/ ### Have you tested that this is not an upstream issue or an issue with your configuration? - [X] I have tried...

bug
need info

This code from pty.js (chjj) was originally designed to work with ancient versions of node.js `0.12` and io.js, but the api is [deprecated](https://github.com/nodejs/node/issues/22064) for many years, the `/* require("node:tty") */...

This can reduce some redundant code. Just replace `(()=>{})()` with `(async()=>{})()` in `/src/injected/web/load-scripts.js`. Should I take a PR?

enhancement
needs investigation

## Document Link https://gorm.io/docs/migration.html ## Your Question The `AutoMigrate` is prefixed with `Auto` which will lead prime users to ignore the fact that it runs migration every time. ## Expected...

type:question