Arkadiusz Sygulski

Results 14 issues of Arkadiusz Sygulski

Hey! ### Objective I'd like to let my translators include vue components in their strings, example: ``` Check out new items in {{url:shop|our shop}} ``` Such translation string would later...

question

## Description As title says, the use of `GET /Type` and `GET /Structure` was replaced by parsing OpenAPI documentation available in `/swagger/ASF/swagger.json`. I focused on making existing components work with...

## Purpose Currently the Setup page is responsible for waiting for ASF restart, furthermore, it is currently unable to wait for restart after successful ASF update. ## Solution We should...

✨ Enhancement
👍 PR-ok
🙏 Wishlist

### Version 6.0.12 ### Browser and OS info Chrome 98 / Windows 10 ### Steps to reproduce 1. Open nuxt 3 dev page on localhost 2. Launch Chrome DevTools 3....

### Reproduction ``` git clone [email protected]:nuxt/image.git cd image pnpm install pnpm dev:prepare pnpm build pnpm dev:build rm -rf node_modules/@img node playground/.output/server/index.mjs ``` Open: http://localhost:3000/provider/ipx --- ``` [500] [IPX_ERROR] Could not...

### Motivation As is, iconify is great for free, public icon sets. For commercial purposes, you may want to use commercially licensed icon pack - the most popular example being...

Uses of new Buffer() and Buffer() outside of the `node_modules` directory will now emit a runtime deprecation warning. [[9d4ab90117](https://github.com/nodejs/node/commit/9d4ab90117)] Node 10 displays following warning when ran locally: ``` [DEP0005] DeprecationWarning:...

## Is your feature request related to a problem? Please describe. As steam-session consumer I would like to know when to call `renewRefreshToken()` and `refreshAccessToken()`. ## Describe the solution you'd...

enhancement

### Environment node 21 ### Reproduction https://unpkg.com/[email protected]/dist/index.d.ts https://unpkg.com/[email protected]/dist/node.d.ts ### Describe the bug node.d.ts is missing type exports present in index.d.ts ### Additional context ```diff < export { C as CreateFetchOptions,...