Fuuqiu

Results 11 issues of Fuuqiu

楼主目前有这这这方面的计划么

优化建议1:默认情况下,我是设置快捷键方便划词翻译,为了减小翻译卡片默认关闭输入框,但是偶尔需要调整划词后的输入情况,比如一些格式的调整,快速输入一些不能划词的单词获得翻译情况,希望这里有一个快捷图标显示输入框 优化建议2:使用翻译软件,对于大部分用户来说都是英语翻译中文,希望展示的目标语言和要翻译语言的选项可以缩小或隐藏。 ![image](https://user-images.githubusercontent.com/35496061/149543234-3472afab-a95c-4dea-bb75-04d3302c52ff.png)

enhancement

In afred 3 is invalid, is there any way to maintain Google api prohibiting unauthorized clients from calling Google's translation interface?

## 建议/改进(Suggestion/improvement) eg:希望支持xx类型的解析(eg:hope to support parsing of type XX) **核心诉求**: **P0**:Navigate 加上接口注释。如果UI考虑的话,可在全局配置中按需打开,默认关闭状态。 _以下个人建议:_ **P4**:String的图标是一个 A 调整为 S 是不是更好呢? **P4**:另外发现控制器上的 @Api(tags = “文件管理”) 注解不识别,在接口保存分组时以类名命名,支持注解分组就好了

enhancement
in plan

` cn.hutool hutool-all 5.5.4 ` ` Exception in thread "main" java.lang.NoClassDefFoundError: com/vdurmont/emoji/EmojiParser$FitzpatrickAction at cn.hutool.extra.emoji.EmojiUtil.toAlias(EmojiUtil.java:104) at com.ruoyi.web.controller.common.CaptchaController.main(CaptchaController.java:90) Caused by: java.lang.ClassNotFoundException: com.vdurmont.emoji.EmojiParser$FitzpatrickAction at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 2...

1.Header 'RxSwift-Swift.h' not found 2.Could not build Objective-C module 'RxSwift' 3.'_lock' is inaccessible due to 'private' protection level

Service 'php' failed to build: The command '/bin/sh -c apt-get update && apt-get install iputils-ping && docker-php-ext-install mysqli && docker-php-ext-enable mysqli' returned a non-zero code: 1

58:32 1 AnnotationConfigServletWebServerApplicationContext.refresh - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'controller' defined in file [/Users/apple/Documents/webjpp/cordapp-template-kotlin/clients/build/classes/kotlin/main/com/template/webserver/Controller.class]: Unsatisfied dependency expressed through constructor parameter...

```kotlin fun main(args: Array) { val settings = SSHOptions(host = "192.168.1.2", username = "root", port = 22, compress = 9) val session = SSH(settings) val shell = session.newPowerShell() println(shell.ls()) println(shell.pwd())...