loggerhead

Results 12 comments of loggerhead

I have the same problem, is there any solution?

参考 https://xinlu.ink/tech/rime.html ,如果快捷键与 vscode 冲突,可以修改 `default.custom.yaml` 文件的 `patch` 下把 hotkey 改掉(注意复制 `/Library/Input Methods/Squirrel.app/Contents/SharedSupport/default.yaml` 的 `switcher`,只修改 `hotkeys`,`patch` 会覆盖整个 `switcher`): ```yaml patch: switcher: caption: 〔方案選單〕 hotkeys: - Control+Shift+F12 ```

@davidmoreno It should be a cmake version problem since my cmake version is 3.2.3 and no cmake error happened on OS X 10.10. But I got other problem... ##File not...

@davidmoreno Sorry, there still remain some little problems even after I fix the first one. Those little things make it diffcult to compatible with OSX, like `DT_DIR` and `RTLD_NODELETE` undifined...

编译用的 rust 版本是多少?我用 1.23.0 stable 编译没问题。

Yes, maybe in version 0.7.0 or greater.

> > have a command-line selectable preview-only mode > > This one I don’t get. Could you provide an example of how you want the command line interface to be...

How can I use it in browser? I got an error like: ``` jaq.js:9 Uncaught (in promise) TypeError: fs.readFile is not a function ```

So, any plan to support caching? I think provide a clear, controllable caching to user is better than the potential system caching. Maybe you can consider to use [lru_time_cache](https://crates.io/crates/lru_time_cache) to...

1. Yes, give user the option to configure it depend on their use case. 2. How about [lru-cache](https://github.com/contain-rs/lru-cache)? It support cache with capacity limit.