余凡
余凡
Multiple presentations on the same page will be rendered together at the top of the page currently, this is not ideal for documentation. For instance, I write a page based...
https://github.com/ember-lifeline/ember-lifeline/blob/8ade5a78bcb3cd6a6849277e18ebcf5bfae2f057/addon/run-task.ts#L276 The `cancelId` should be typed as `Timer` because it can be a primitive number as well.
`babel-eslint` does not works well with eslint@8, this PR uses `@babel/eslint-parser` instead. The failing tests are not related with changes in this PR.
I have a component needs to get the parent element's `height` and `width` during its `didInsertElement` phase, so I set up a test case renders a template snippet: ``` javascript...
tl;dr, for those who don't care why it is better, just follow these steps: 1. install all required dependencies: ```shell $ yarn add tailwindcss @fullhuman/postcss-purgecss broccoli-source broccoli-postcss-single --dev ``` 2....
We have an `outputPaths` option in `ember-cli-build.js`: ```javascript outputPaths: { app: { css: { app: '/assets/bundle.css', other: '/assets/other.css', }, }, }, ``` switch to embroider (with default options) did not...
I like this app a lot, and I learn a thing or two by reading the source codes (I appreciate open sourcing). However, I don't understand how calling `/API/generate` actually...
I noticed that the add/update changes of awareness happened almost instantly. For example, "user joined the room" or "user moves the mouse cursor." You can receive those types of change...
@evoactivity v2.6.0 with a brand new ember app, here's the warning details: ``` WARNING in ../rewritten-packages/ember-svg-jar.dd3ffac0/node_modules/ember-svg-jar/helpers/svg-jar.js 12:17-49 Module not found: Error: Can't resolve '../inlined' in '/PROJECT_PATH/node_modules/.embroider/rewritten-packages/ember-svg-jar.dd3ffac0/node_modules/ember-svg-jar/helpers' @ ../rewritten-packages/ember-svg-jar.dd3ffac0/node_modules/ember-svg-jar/_app_/helpers/svg-jar.js 1:0-64 1:0-64...
请原谅我在标题上不得不含糊其辞,因为直到现在我仍无法断定问题的根源,希望有遇到类似情况的能提供更多的线索。 事由如下: 1. 我是因为 vscode 的 vim 插件而使用 im-select,因此这个问题也(暂时)限定于这个场景 2. 最近我同时升级了 macOS 15 和 vscode(每月例行升级),因此很难把这两个前因分开来分析。我最初认为是 vscode 升级产生的问题,但遍寻不着和我一样的用例,所以才逐渐把目光投向了 im-select,继而猜测可能是 macOS 的升级令 im-select 出现了未知问题 问题描述: 在 vscode 的 vim normal mode 下,长按或者快速连按...