湯遒之

Results 34 comments of 湯遒之

I have the same qutions,would you support some other terminal application like [Warp](https://www.warp.dev/)? or some other way to set ttab open another terminal except iTerm2? thx !

我也遇到了类似的情况,在 `father` 中进入 `child` 的页面,如 `/child/a`,然后从 `/child/a` 通过 `child` 自己的 `router` 跳转,即 `router.push({path: '/b'})` 跳转到 `/child/b` 页面,这时在 `/child/b` 使用 `router.back()` 方法,会跳转到空白页面,地址栏显示的地址为 `/childundefined` child: vue 3.2 / vue-router 4.x father: vue...

> _No description provided._ 的确!

> 没想到这个项目在这么短的时间内被国内各大平台封禁,在利益面前没有风度。 他们不站在人们中。

> Hey, as you can see on the README (https://github.com/algolia/docsearch-scraper#docsearch-scraper) this scraper is not maintained anymore, we now recommend users to upgrade to the new DocSearch version (https://docsearch.algolia.com/docs/migrating-from-legacy). > >...

if you mean fill the form in (https://docsearch.algolia.com/apply/) to apply, yes I applied to join it, yesterday. there is my repo link (https://github.com/Nauxscript/Just-Vim-It), thanks!

我之前在博客开发中也遇到这样的[问题](https://github.com/Nauxscript/nauxscript.me/issues/8) ,建议直接使用 `fontmin` 这个包试试

期待!

I found that in `ContextLoader.loadContextInDirectory`, the following code maybe cannot get the `astro.config.mjs` file correctly: ```js sourcePluginFactory({ files: [ 'astro.config', ], targetModule: 'unocss/astro', }), ```