a1mer

Results 11 issues of a1mer

It seems that even though readFileSync reads whole file, it's still faster than this lib. I tested files with thousand lines...

重现仓库:https://github.com/aimergenge/uni-vite-repro 重现步骤: 1. 启动项目 2. 首页点击 showPop 按钮 3. 弹出来的东西里有一个 add 按钮,点击它,计数会加一 这时候,popup 就莫名其妙的 close 了!! vue2 版本的 uni-app 是没有这个问题的,我是在 vue2 升级 vue3 的过程中发现这个问题的。 这个问题根本的原因是,uni-transition 的组件状态跟实际上的 dom 状态是不一致的,这当然是由于它实现动画的方式决定的。 既然组件状态跟实际dom状态不一致,一旦uni-transition组件update就有可能导致dom样式重置为组件状态所指定的那样。 接下来我一步一步分析,为什么popup会close:...

bug
vue3
h5
doubleCheck

I am new here. I just follow this tutorial: [https://github.com/hosein2398/node-telegram-bot-api-tutorial/blob/master/README.md](node-telegram-bot-api-tutorial) here is the code sample: ```js const TelegramBot = require('node-telegram-bot-api') const token = '*********************' const bot = new TelegramBot(token, {polling:...

question

Follow steps: 1. visit link: https://a1mer.netlify.app/ 2. open a new tab and visit the background image: https://a1mer.netlify.app/assets/banner.3f1ad366.png 3. it will fail and see the fallback route What is expected: The...

doc: https://developers.weixin.qq.com/miniprogram/dev/framework/view/two-way-bindings.html Because we watch reactive data for updating the view, so native `setData({..})` calls won't be known by our watcher. For example, there is a ref called `count` whose...

feat

``` ``` This is what it looks like in vscode: look at the `inputmode` section

Please make sure these boxes are checked before submitting your PR, thank you! * [x] Make sure you follow Element's contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.fr-FR.md)). *...

### Describe the bug I'm using latest storybook whose verison is 7.0.20. I'm using vite+vue preset. I have a Component, and I wrote stories for it, but the automatic inferenced...

bug
vue3
docgen

### ❓ Type of change - [x] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that fixes an issue) - [...

I'm using `nuxt generate` to generate static images at the `.output/public/_ipx/` folder. However, I want to host these images on another machine. Using `image.ipx.baseURL` cannot solve this problem because that...