Samuel Huang
Samuel Huang
I wonder how are `VAuto` values handled? In the constructor, when `Nothing`/`VAuto` is passed, I can either fill in a hard coded default, or simply store the `VAuto`. But at...
@gapplef 使用 injection 是非常好的选择,这正是 Hexo + NexT 的强大之处!祝你使用愉快!
Same issue with Fish on macOS, it happens when resizing the window, I suspect that that's because the `$fill` module fails to get the updated terminal size. It's quite weird....
I noticed that this might have do with the way the prompt format string is written. There can't be blank spaces before nor after the `$fill`, otherwise it will always...
> Quite similar to [#1925](https://github.com/slidevjs/slidev/issues/1925). It will be easier to debug if we have the stack trace Here's a stack trace: ``` hook.js:608 [Vue warn]: injection "Symbol(router)" not found. overrideMethod...
Just discovered that this bug will disappear once I clear browser cache and refresh for several times. It will occur again if I delete `node_modules` and reinstall them.
I also noticed some runtime warnings in browser about `Symbol(router)`, but they don't always crash the app.
> I think `@slidev/types` has to be explicitly imported to make the types being recognized, because TypeScript requires to do so. > > For the runtime error, I cannot understand...
Hi @japinli, yes, please submit a feature request on Hexo. This is likely to be implemented through some tag plugin. This is a good idea but NexT can't do much...
Still relevant, and there's a work around in v0.14.0rc: ```typst #show table: it -> { set table.cell(fill: color-body) it } #show table.header: it -> { set table.cell(fill: color-header) it }...