zfhxi
zfhxi
A possible solution might be to auto-switch the input method to com.apple.keylayout.US after exiting insert mode, similar to vim or neovim, referring to https://github.com/vscode-neovim/vscode-neovim/issues/68. But i don't how to implement...
> 经测试,似乎是由于 \tag{行标} 不受支持导致的渲染失败: `f\left(\left[\frac{1+\{x, y\}}{\left(\frac{x}{y}+\frac{y}{x}\right)(u+1)}+a\right]^{3 / 2}\right) \tag{行标}` 如果去掉 行标(\tag{x}),则可以正常显示 `f\left(\left[\frac{1+\{x, y\}}{\left(\frac{x}{y}+\frac{y}{x}\right)(u+1)}+a\right]^{3 / 2}\right)` > > 源notion页面 https://www.notion.so/tanghh/a6271da06b8f47a39735e8fa770f1d9f#7de9f2bb6e8b4a0db12662148de95bd5 > > 效果页面 https://preview.tangly1024.com/article/example-1#7de9f2bb6e8b4a0db12662148de95bd5 > > 要修复这个bug似乎比较棘手 我发现将react-notion-x降级为4.11.0可以解决,最新版为啥不行的原因暂不知道:joy:
大佬,我也最近在研究如何解决这个问题。没学过nodejs,捣鼓了好久,从才研究出解决方案,但还是没大佬的优雅:joy:
To explore which of x and xnew should be expanded, I write a demo: ```python import torch from utils.gpu.torch_interp1d import interp1d import scipy.interpolate as syinterpolate if __name__ == "__main__": N...
我同样有这样的需求,我自己修改的方案是这样的: notion里添加comment_flag字段,类型select,值域['true','false']:  在`blog.config.js`中声明有这样的字段comment_flag: ```js // 自定义配置notion数据库字段名 NOTION_PROPERTY_NAME: { // ... // added by zfhxi comment_flag: process.env.NEXT_PUBLIC_NOTION_PROPERTY_COMMENT_FLAG || 'comment_flag' //// }, ``` 然后`lib/notion/getPageProperties.js`中解析并处理字段comment_flag的值: ```js // ... delete properties.content // added...
Hello, I also met this error. Have you solved this problem?
+1,多选时确实需要一个文件数量的显示,统计一下目录内有多少个文件也会很方便
So, how to delete `[email protected]`, `[email protected]` and `[email protected]` if adding my account after all mysql data are migrated?
我也觉得这个功能挺好的,为啥移除了?
如果是drcom的话,可以看看这个仓库,https://github.com/hisaner/Drcom-Padavan。或者找drcom-generic编译一个。