ChunKoo Park

Results 3 comments of ChunKoo Park

I didn't test linux functionality, but Windows stayOnTop functions similar to macOS. stayOnTop(true) makes window to stay on top of other app windows. stayOnTop(false) enables other apps to be on...

I don't think it's possible as of now. Looking at the generated source code for macOS(MainFlutterWindow.swift) and Windows(main.cpp), the window frame is hard coded. macOS sets to default window size...

Here's my implementation. It only supports blocking api for now. https://github.com/mix1009/langchain-text-generation-webui/blob/main/TextGenerationWebUI.ipynb