FiveTech Software

Results 13 issues of FiveTech Software

When we don't use webview_run() as we use the app main events loop, we get the bug described here: https://githubhot.com/repo/MicrosoftEdge/WebView2Feedback/issues/2156 As pointed in that thread the solution is this one:...

os: windows

Dear Steffen, what would be the right way to turn webview into fullscreen and also how to get a notification about it ? Many thanks

question

### What OS are you using (`uname -a`, or Windows version)? ### What programming language are you using (C/C++/Go/Rust)? ### What did you expect to see and what you saw...

Anyone has made some tests using \ at the end of each line ? how large can it be ?

### Duplicates - [X] I have searched the existing issues ### Summary 💡 That would be simply great instead of using OpenAI ### Examples 🌈 _No response_ ### Motivation 🔦...

documentation
enhancement
help wanted
AI model limitation
needs discussion
potential plugin

I have provided the valid OpenAI key in .env but I guess it is not valid for gpt-4 what to use for 3.5 ? The model `gpt-3.5` does not exist...

pip install phind ERROR: Could not find a version that satisfies the requirement phind (from versions: none) ERROR: No matching distribution found for phind How to solve it ? many...

help wanted

I am using this code to document some code files: ``` import os from llama_index import SimpleDirectoryReader from llama_index import GPTSimpleVectorIndex os.environ['OPENAI_API_KEY'] = "sk-..." documents = SimpleDirectoryReader('', ['c:/harbour/src/vm/arrays.c']).load_data() index =...

trying to implement it this way: WEBVIEW_API void webview_AreDefaultContextMenusEnabled( webview_t w, int bOnOff ); void AreDefaultContextMenusEnabled( bool bOnOff ) { ICoreWebView2Settings *settings = nullptr; m_webview->get_Settings(&settings); settings->put_AreDefaultContextMenusEnabled( bOnOff ); } WEBVIEW_API...

Could you make the call to w->terminate() optional ? When using WebView from another app window, it sends a PostQuitMessage() and closes the entire app many thanks

type: feature request