-
### Environment
------------------------------
- Operating System: Darwin
- Node Version: v22.8.0
- Nuxt Version: 3.12.4
- CLI Version: 3.13.1
- Nitro Version: 2.9.7
- Package M…
-
Hi all,
Unfortunately, recently there is not enough time to support the project. I’m afraid that I’ll be able to find time in the near future, it doesn’t mean that I want to leave the project forev…
-
**问题描述**
range组件单独使用没问题,但是放在drawer组件内无法正常使用
**复现步骤**
```js
// 这里可以贴代码
import Taro, { Component } from '@tarojs/taro'
import { View } from '@tarojs/components'
import { AtDrawer…
-
### 相关平台
百度小程序
**小程序基础库: 也版本无关**
**使用框架: React**
### 复现步骤
安装第三方包 @baidu/ug-swan-utils
然后执行 yarn run dev:swan
报错如下:
taro2-test/node_modules/@baidu/ug-swan-utils/dist/index.js: Prope…
-
### 相关平台
微信小程序
**小程序基础库: 2.16.0**
**使用框架: React**
### 复现步骤
使用短路语法返回一段 JSX 或者组件,
```javascript
try {
const c = () => tplModuleId === MODULES.MODULE_CITY_BANNER && render
co…
-
Just idea for future and future discussions, maybe we can union and write full featured CSS parser + at-rules/values parser from scratch, I am afraid we can't rewrite postcss due some specific logic (…
-
I'll just throw some ideas in like [I did in one other plugin](https://github.com/wix/eslint-plugin-lodash/issues/4) - the plugin could:
- check that the each file contains just one toplevel block
- c…
-
## What
Improve [our Sass workflow](https://github.com/alphagov/govuk-frontend/blob/main/.github/workflows/sass.yaml) to verify that Libsass and Ruby Sass correctly transform all the Sass varia…
-
Hopefully one day the [`min()`](https://developer.mozilla.org/en-US/docs/Web/CSS/min) function will be implemented by all major browsers and that could simplify RFS a lot. Instead of the mixin, we can…
-
We have a plugin that has a .scss file that we just store there together with a script that compiles to .css
On moodle-plugin-ci 4.5.4 the 'grunt' command fails:
```
Run moodle-plugin-ci grunt…