Ozaner Hansha

Results 6 issues of Ozaner Hansha

Added support for a custom username and email to be used in the autogenerated commit. Just set `USERNAME` and `EMAIL` respectively in the env variables. ## Context The autogenerated commit...

Consider this minimal example: ```typescript import { Webview } from "https://deno.land/x/[email protected]/mod.ts"; const html = ` Hello from deno v${Deno.version.deno} `; const webview = new Webview(); webview.navigate(`data:text/html,${encodeURIComponent(html)}`); webview.run(); ``` Run the...

- [x] The [FAQ](https://github.com/PrismarineJS/mineflayer/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue ## Versions - mineflayer: 4.20.1 - server: vanilla 1.20.4 - node: 22.5.1 ## Detailed description of a problem I...

possible bug
Stage1

When printing a whisper chat message from some player to the client (via the `message` fn), it prints: `You whisper to {player}: {message}` It should be: `{player} whispers to you:...

The `OpenAIError` type is implemented using the `thiserror` crate. It implements `From` via the `#[from]` present in the Reqwest variant. https://github.com/64bit/async-openai/blob/c48e62e72b1c8bd9658af7e682c996ba5c93e083/async-openai/src/error.rs#L4-L28 I think that the `#[from]` attribute should also be...

## Describe the bug rustyscript v0.12.3 fails to build, giving a `serde::__private` import error. The issue is caused by a [breaking change in serde](https://github.com/swc-project/swc/pull/11094) that found itself upstream to `deno_ast...