JustFrederik

Results 32 issues of JustFrederik

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? I tried to run the project....

bug
upstream

Its basically just [ureq_multipart](https://docs.rs/ureq_multipart/latest/ureq_multipart/), but without the converion to ureqs Request so it will work with wasm. ```rs use ehttp::multipart::MultipartBuilder; let builder = MultipartBuilder::new() .add_file("test","/home/feiy/Desktop/1.txt").unwrap() .add_text("name","value"); let request = ehttp::Request:multipart(url,...

Assets will auto added to the service worker & to the dist folder. Every time it is compiled it will generate a version file that contains the version. The sw.js...

#128 fix

When using pickfile it creates html code like this: ``` Ok ``` Coud you add an option like set_overlay to AsyncFileDialog which lets you skip this rfd-card and open the...

### What would your feature do? I would suggest to refactor the api so that the translator and the api are completely detached. the server is its own python script....

enhancement

### What would your feature do? I thought image colorization would be a usefull feature. The problem with colorization is that it has some problems with text and it gets...

enhancement

### What would your feature do? Why are there 2 modes to translate files. When there is only a single file given it should translate a single file and if...

enhancement

### Issue I wanted a svg and pdf output so i found pango/cairo which is a c library that does that. It seemed like the library needed to be installed...

bug

### Issue Before actually executing the project python loads for 2.5 seconds, before even starting to execute. When compiling to pyc its only 1.5 seconds. That seems very slow. I...

bug