Eel icon indicating copy to clipboard operation
Eel copied to clipboard

A little Python library for making simple Electron-like HTML/JS GUI apps

Results 212 Eel issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to grab a file path while using drag and drop in my application. Is there a way to get it? The situation with paths is problematic,...

help wanted

So I noticed that the cache of the application and auto-complete suggestions for input fields persist across sessions and applications. I am guessing this is because it uses on the...

help wanted

Sorry, I didn't initially want to inundate with a bunch of issues that had some connection with one another. This is something that is being worked on with Node.JS devs...

enhancement

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

**Eel version** Tried latest 1.x.x and also tried 0.14.0 **Describe the bug** When eel.init runs, when I am running through debug in VS code, there is a delay as long...

bug

**Eel version** Current latest version **Describe the bug** The icon displayed in taskbar is too blurry even I am using the 512x512px .ico image

bug

**Eel version** 0.14.0 **Describe the bug** When I use the `eel.start("index.html", blocking=False)` statement then the browser opens with the `index.html` document and everything is right, but the server isn't responding...

bug

**Eel version** 0.12.2 **Describe the bug** Occasionally loses WebSocket connection because of this error message `connection to 'ws://localhost:8000/eel?page=main.html' failed: Could not decode a text frame as UTF-8.`. This is happening...

bug

I use eel in my own project and try to call JS function in python but not work. so I try to use the example1 hello world , and It...

help wanted

> Eel version: 0.14.0 > OS: Win10 Enterprise 20H2 Hi, It's honor to use this wonderful library. But when I create the first simple application, there's some issue about unicode...

bug