cavivie
cavivie
consider add support for level color, just like this: [ColoredLevelConfig](https://github.com/daboross/fern/blob/main/src/colors.rs#L126-L149)
Sorry, I use the right way, it works well now, I think the issue can be closed. Peter Glotfelty ***@***.***>于2022年8月22日 周一05:24写道: > Hi @cavivie , I'm not sure I understand...
Can we try to support the following code? ```rust App::new() .insert_resource(WindowDescriptor { width: 288., height: 512., icon: include_bytes!("your_game_icon_path.ico"), ..default() }) ```
Will fix here: https://github.com/flameshot-org/flameshot/pull/2843
@borgmanJeremy I know that, you can run a local OCR server, then config local OCR server url in flameshot configuration, a simple local OCR server like this: https://github.com/cavivie/flameshot-ocr-server
@borgmanJeremy At the same time, server recognizer is just an implement for OCR recognizer base class, and you can implement a OCR recognizer with local trained text recognize model to...
@mmahmoudian > I'm also interested to know what you think about this as well? I agree with it, I think that add the feature to the plugin system is a...
I also need this feature. Have you implemented this feature?
The key error is: ``` configure:3107: x86_64-apple-darwin20.4-clang -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-2 -fno-omit-frame-pointer --target=x86_64-apple-darwin -stdlib=libc++ -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-2 -fno-omit-frame-pointer --target=x86_64-apple-darwin -stdlib=libc++ -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-2 -fno-omit-frame-pointer --target=x86_64-apple-darwin...
> `--target=x86_64-apple-darwin` => `--target=x86_64-apple-darwin20.4` Thanks, it works with this.