Wouter Buckens

Results 12 issues of Wouter Buckens

**Is your feature request related to a problem? Please describe.** I have a service that manages the configuration data for my application. This configuration data is loaded from a file...

When trying the [quick start](https://laue.js.org/guide/#quick-started) code in a basic Vue 3 app with Vite, I get the following error in my browser console: ``` Uncaught TypeError: slots.forEach is not a...

Reflecting [my comment](https://github.com/pnpm/pnpm/issues/2148#issuecomment-1096687280) in #2148, I've replaced the use of `strip-ansi` before truncating a line (which removed all colour codes in script output) with `cli-truncate` which is aware of ANSI...

When changing a property on a class instance from within a method in that class, the callback is called with an empty path instead of the property that was changed....

Given that the [for await syntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for-await...of) is a thing now, I think it would be very useful if the `.each()` method returned an async iterator instead of using a classical...

feature request

Is it possible to support other sites as well with this plugin? I'm looking for a similar solution for the European platform [Izneo](https://www.izneo.com/en/), since it also doesn't allow exporting a...

enhancement

Does this module have Typescript types, or are there any plans to add them?

prs welcome
todo / implement

When I try to run a command on my container, I get the following error: ``` Error: Parse Error at Socket.socketOnData (_http_client.js:444:20) at Socket.emit (events.js:127:13) at addChunk (_stream_readable.js:269:12) at readableAddChunk...

# What / Why https://github.blog/2020-03-16-npm-is-joining-github/

I'm trying to move files from a subfolder to `process.cwd()` but when I try, it gives an `ENOTEMPTY` error. ``` { [Error: ENOTEMPTY, rename '/Users/wouter/Dev/project-templates/project-template/bin/'] errno: -66, code: 'ENOTEMPTY', path:...