Parthiv S Vora

Results 14 comments of Parthiv S Vora

Thanks for the response! One other question, is it possible to pass a file into 7z directly, instead of typing a command? Like could I pass in a file descriptor,...

Issue still exists as of [xenia-project/xenia@30ea6e3](https://github.com/xenia-project/xenia/commit/30ea6e3) (latest version as of Apr 26). If you're fast enough, you can hit Start at the main menu and start a new game, but...

Issue still hasn't changed, but the new xenia updates seem to handle the crash much better so I wanted to provide an updated log, since the log contains a crash...

For any Windows users who end up here, the equivalent folder to `~/.volta/tools` in Windows is `%localappdata%\Volta\tools` You can delete the mentioned folders in the same way.

Simple way to do this with a `jsconfig.json` file: In your `package.json`: ``` { ... "_moduleAliases": { "@root": ".", "@handlers": "./js/handlers", "@utils": "./js/utils" }, ... } ``` In `jsconfig.json`: ```...

> > I finally found it out after many days!!!!Deletes the Sound.Ast from the disk! and you can play the game 100% without the emulator crashing, the emulator has problems...

This looks like the repo for the site docs, not the OpenAPI docs, so I think this issue should actually be posted over here in the main repo: https://github.com/open-webui/open-webui/issues To...

Is this a feature available in OpenWebUI itself? If so, can you give me a link to it in their docs or a screenshot of how it's used?

> It is available but can only be piped in a BASE64 encoded Image I guess my next question then is, how would you pass the image into Home Assistant?...

I'm not sure this makes sense for the Conversation Agent, it sounds like it would be better suited to an action, or something like that. Happy to accept a pull...