Benjamin Flesch

Results 28 issues of Benjamin Flesch

``` /node_modules/look/lib/receiver.js:34 this.sockets[data.args.socket].emit('commands', [ data ]); ^ TypeError: Cannot call method 'emit' of undefined at Receiver.send (/node_modules/look/lib/receiver.js:34:34) at process. (/node_modules/look/lib/observer.js:41:11) at process.emit (events.js:98:17) at handleMessage (child_process.js:322:10) at Pipe.channel.onread (child_process.js:349:11) ```

Hello, I am using hapi-io in an `auth: { mode: 'try' }` environment. This means I have many routes that need authentication, but also some that don't need any. I've...

I'm using zip2john on a windows-created zip archive which includes a directory and within that directory there are two encrypted files. It seems the directory name is bugged/malformed, as it...

bug

When having a reverse proxy-based setup `request.info.remoteAddress` should not be used as it always holds the proxy's IP and not the real client IP. This means that the request rate...

bug

As the title says. It seems that the changelog hasn't been updated since 1.0.2.

The current code in the `validate` example gives: ```[Vue Router warn]: uncaught error during route navigation: ReferenceError: params is not defined``` params should be accessed via route.params. ### 🔗 Linked...

I have spent all day trying to figure out why proxy'ing socket.io through nuxt did not work. All the modules like `nuxt-socket-io` could not help me to achieve this. After...

### Environment Nuxt project info: 1:53:15 PM ------------------------------ - Operating System: Linux - Node Version: v20.5.1 - Nuxt Version: 3.7.3 - CLI Version: 3.8.4 - Nitro Version: 2.6.3 - Package...

dx
🍰 p2-nice-to-have

### What was the problem/Ticket Number I only want to re-run eslint and watch files for changes until all errors are resolved. Once all errors are resolved I want to...

sddm-greeter segfaults with this message after login. I'm using archlinux kernel `6.6.2-arch1-1` ``` [ 39.441334] sddm-greeter[1500]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set [ 45.923004] sddm-greeter[1500]: segfault at 50 ip...

crash/whitescreen
needinfo