Rare Kang

Results 11 comments of Rare Kang

like this i also need this feature on *.vue too https://github.com/microsoft/vscode/issues/18071

see also https://github.com/PeachScript/vue-infinite-loading/issues/254

miro.com app script seems using [`lodash.isNative`](https://github.com/lodash/lodash/blob/es/isNative.js) function and it breaks when using the extension which uses(transpiled) `core-js`. (includes `vue-telescope-extensions`)

@osroca I made an example of using modules in nuxt2. hope this helps you. https://github.com/serialine/vue-dompurify-html/tree/example-nuxt2/examples/nuxt2 or #2257

same issue during nuxt-edge build. i've injected rollup progress plugin, observed Out of memory, occurs when rollup working with commonjs-export plugin. ``` (1): node_modules/nitropack/dist/runtime/entries/node-server.mjs (3): node_modules/nitropack/dist/runtime/app.mjs (6): node_modules/nitropack/dist/runtime/index.mjs (9): node_modules/source-map-support/register.js...

I've been through a similar situation. In conclusion, when there was `JENKINS_URL` in the environment variable, logs were not displayed. The cause is that if there is `JENKINS_URL` in `std-env`,...

https://github.com/unjs/nitro/issues/102 related issue

traced break point, it occurs when rollup build (nitropack: node_modules/nitropack/dist/shared/nitro.775e1ce4.mjs) ``` (1): node_modules/nitropack/dist/runtime/entries/node-server.mjs (3): node_modules/nitropack/dist/runtime/app.mjs (6): node_modules/nitropack/dist/runtime/index.mjs (9): node_modules/source-map-support/register.js (17): node_modules/nitropack/dist/runtime/cache.mjs (17): node_modules/nitropack/dist/runtime/config.mjs (17): node_modules/nitropack/dist/runtime/timing.mjs (17): node_modules/nitropack/dist/runtime/route-rules.mjs (17): .nuxt/proxy/handler_AunIrs5kIA.ts (17):...