Christian Stornowski

Results 6 issues of Christian Stornowski

It would be nice to set merge request approvers with this plugin when creating merge requests via modal layer. https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html

### vue & vue-i18n version ex: 2.6.10, 8.14.0 ### Steps to reproduce 1. Create a SFC with `{"de": {"clockPostfix": "Uhr"}}` tag and an template like `{{ $d(new Date(), 'long', 'de')...

Type: Improvement

I'm using vue single files with typescript. The SonarJS Plugin is supporting those files but this is not for typescript. Is would be nice if the SonarTS Plugin can support...

I'm using webpack 3 and bundle dependencies by using es2015 import and export statements. TypeScript is transcompiling everything. Therefore the module field in proj4 package.json will lead webpack to lib/index.js...

beforeResolve(result: any, callback: (err: Error | null, result) => void): void; afterResolve(result: any, callback: (err: Error | null, result) => void): void; missing type any for result parameter for callback...

I executed wrk on the same host where nginx is installed and serves https://nextcloud.example.com. I followed this guide https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html#nextcloud-in-the-webroot-of-nginx ``` wrk -t 1 -c 1 -d 60 https://nextcloud.example.com 1 threads...

0. Needs triage
manual: admin
feature: install and update
performance 🚀