honmaple
honmaple
I use evil-escape to quit insert-state,but I find a trouble with this. ``` evil evil evil ``` I edit (insert) ``` helloedit helloedit helloedit ``` when I press escape,it quit...
The minimal reproducible code ``` (setq package-archives '(("melpa" . "https://melpa.org/packages/") ("org" . "https://orgmode.org/elpa/") ("gnu" . "https://elpa.gnu.org/packages/") ("nongnu" . "https://elpa.nongnu.org/nongnu/")) package-enable-at-startup nil) (package-initialize) (unless (package-installed-p 'use-package) (package-refresh-contents) (package-install 'use-package)) (use-package ivy...
`TemplateSet` add tags and filters variable, and remove global variable, RegisterTag and RegisterFilter will change DefaultSet.tags and DefaultSet.filters. After modification, different function but same name can be added for different...
I have two loaders, first is `NewLocalFileSystemLoader` and second is `NewFSLoader` with embed.FS, when I use `FromFile`, I could get right result, but `FromCache` always got error. From source code...
## 推荐项目 - 项目地址:https://github.com/honmaple/maple-file - 项目标题:一款无服务端的网络存储文件上传和管理APP(类似离线版Alist) - 类别:Flutter、Go - 项目描述:**红枫云盘**(maple-file)是一款基于Flutter+Go的跨平台网络存储文件上传和管理工具,**无需服务器部署**,本地就能实现各种存储的文件查看/复制/移动/预览/删除等功能,目前已经支持的存储:本地文件、S3、FTP、SFTP、SMB、Webdav、Alist、又拍云、Mirrors (镜像站,支持文件查看和下载,支持格式:清华源、阿里源或者其他 **nginx** 文件列表源) - 亮点: - 支持视频、音频、图片和文本文件的预览 - 支持文件多选及操作 - 支持各存储之间的备份和同步,包括单向同步、双向同步(**测试中**) - 支持多语言(中文、英文) - 支持Android和MacOS - 存储的管理完全基于Go,相对于Dart扩展性足够方便,也足够简单,理论上可以迁移并兼容Alist/Cloudreve等开源存储管理的代码,实现更多网络存储源,比如阿里云盘,百度网盘等,而且相比较于其它的开源存储管理工具,**无需服务器部署** - 截图: -...
## 推荐项目 - 项目地址:https://github.com/honmaple/maple-file - 下载地址:https://github.com/honmaple/maple-file/releases - 项目描述:**红枫云盘**(maple-file)是一款基于Flutter+Go的跨平台网络存储文件上传和管理工具,**无需服务器部署**,本地就能实现各种存储的文件查看/复制/移动/预览/删除等功能,目前已经支持的存储:本地文件、S3、FTP、SFTP、SMB、Webdav、Alist、又拍云、Mirrors (镜像站,支持文件查看和下载,支持格式:清华源、阿里源或者其他 **nginx** 文件列表源) - 项目亮点: - 支持视频、音频、图片和文本文件的预览 - 支持文件多选及操作 - 支持各存储之间的备份和同步,包括单向同步、双向同步(**测试中**) - 支持多语言(中文、英文) - 支持Android和MacOS - 存储的管理完全基于Go,相对于Dart扩展性足够方便,也足够简单,理论上可以迁移并兼容Alist/Cloudreve等开源存储管理的代码,实现更多网络存储源,比如阿里云盘,百度网盘等,而且相比较于其它的开源存储管理工具,**无需服务器部署** - 截图: - 后续更新计划: -...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### The question I have a custom embed widget. ``` controller.replaceText( selection.baseOffset, selection.extentOffset -...
When using `Navigator.of(context).push(...)` to another route, **desktop_drop** would execute multiple times. Here is my test code ``` import 'package:flutter/material.dart'; import 'package:desktop_drop/desktop_drop.dart'; void main() { runApp(const MyApp()); } class MyApp extends...