Benny Neugebauer
Benny Neugebauer
First of all: **I love your plugin!** It saved me from the cumbersome task of adding a license header to all code that I write during business hours. 🙇 In...
I have a CLI tool written in TypeScript which needs to have a [Shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) in the top of the file. Thus the copyright header has to follow afterwards and this...
I would like to get access to the genuine WebSocket object to make use of its `ping` functionality.
Hello, today I installed Graphviz v2.38 (using `graphviz-2.38.msi`) on Windows 10. Afterwards I tried to run `tsviz src/ diagram.png` but I only receive this error message: > Could not find...
## Description I have a scoped package which is already publicly released ([release on npm](https://www.npmjs.com/package/@wireapp/protocol-messaging)) and now I want to integrate "np" in my release process. When running "np" it...
## Description I ran "np" but it failed telling me "You must be logged in. Use `npm login` and try again.". I executed "npm whoami" and saw that I am...
Since [git-secret is compatible with Windows](https://github.com/sobolevn/git-secret/issues/722#issuecomment-946885517), how about making it available through [Chocolatey](https://community.chocolatey.org/)? Ideas how to get it working: - https://github.com/nektos/act/issues/132
## Use WebSocket from API client - [x] Replace connectivity listener (i.e. `BackendClient.CONNECTIVITY_CHECK_TRIGGER`) - [x] `EventRepository`: Check if WebSocket buffer for incoming messages can be replaced - [ ] `PromiseQueue`:...
- [x] Core Update - [ ] UserEntity with domain - [ ] UserRepository.getUserById with domain - [ ] ConversationEntity with domain - [ ] Mapper with mapping domain -...