Willin

Results 40 issues of Willin

> Important:Please file the issue follow the template, or we won't be able to help you to solve the problem. ## 0. Report Issue Guide 1. Please run the following...

question

- [x] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/theme-default/util/index.js#L117-L148 #### What is expected? ✨ Done in 663.68s. ####...

such as an image block, it's wrapped with a `div` element... so that html generated is like: ``` ``` how to skip the `p` element generation when there is a...

- `mdx-bundler` version: 8.0.1 - `node` version: 14 Relevant code or config ```ts import { bundleMDX } from 'mdx-bundler'; import fsp from 'fs/promises'; import path from 'path'; import { remarkCodeHike...

```ts bot.on('ready', async () => { const rooms = await bot.Room.findAll(); for (const room of rooms) { log.info('Room', room); const members = await room.memberAll(); log.info('Members', members); } }); ``` there...

enhancement

When i use the component in markdown or mdx, the generated codes a bit like: ```html ``` However, the P element represents a paragraph. It cannot contain block-level elements (including...

``` Trace: Error: Module did not self-register: '/root/baas/fabric-baas-backend/node_modules/pkcs11js/build/Release/pkcs11.node'. at Object.Module._extensions..node (internal/modules/cjs/loader.js:1122:18) at Module.load (internal/modules/cjs/loader.js:928:32) at Function.Module._load (internal/modules/cjs/loader.js:769:14) at Module.require (internal/modules/cjs/loader.js:952:19) at require (internal/modules/cjs/helpers.js:88:18) at Object. (/root/baas/fabric-baas-backend/node_modules/pkcs11js/index.js:5:16) at Module._compile (internal/modules/cjs/loader.js:1063:30) at...

N < 30 ```js console.log(JSON.stringify(later.parse.recur().every(10).second(), null, 2)); ``` ```json { "schedules": [ { "s": [ 0, 10, 20, 30, 40, 50 ] } ], "exceptions": [] } ``` N >...

i have a Business Scenario like this ```js users.forEach(async (x) => { await updateUserInfo(x); later.setInterval(async () => { await updateUserInfo(x); }, later.parse.recur().every(random(50, 70)).second()); }); ``` update each user status info...