Hayden Chen

Results 217 comments of Hayden Chen

> 不好意思回复晚了,最近测试了一下,已经非常不错了,感谢作者!。不过我发现好像没法自动的 upload?还是说我没找到? 确实没有自动 upload,主要是担心用户多个设备使用时冲突

> 现在Logseq好像是支持循环任务的 https://docs.logseq.com/#/page/648d85b0-9101-496a-87f6-5c90917556a3 链接打不开,是指 logseq 目前那个像 org mode 的吗,那个感觉跟目前市面上的日历里的循环任务差异比较大,也不太灵活

Agenda3 支持 logseq 的周期任务了

In web development, intercept API requests and use faker return random data. However, in production mode, interception is not necessary.

Because removing code during tree shaking is a risky behavior, if a package not specify sideEffects as false, bundlers like rollup will assume that the code in this package has...

I think for faker, the main question is wether it modifies window or global objects. Or wether it introduced other packages with side effects. `sideEffects: false` instructs the bundler to...

Thank you all for your efforts. If there is anything I can help, please don't hesitate to ask.

我了解的 css in js 方案生成的类名不可控,在组件库里用的话,请问是有什么特殊配置可以固定类名吗?

You can refer to the following code. ```ts import { DEFAULT_ESTIMATED_TIME } from '@/constants/agenda' switch (type) { case 'multi-days-event': // ... case 'time-event': return { ...common, duration: { minutes: estimatedTime...

‌‌‌‌Thank you very much for your efforts, and I'm also sorry for taking so long to reply because I have been very busy with work recently.