Christian Stornowski
Christian Stornowski
Yes. It seemed to available for ee only. https://docs.gitlab.com/ee/api/merge_request_approvals.html#approve-merge-request Maybe you could implement a Plug-in configuration like: enable ee features :-D
Thanks for helping me. I used this flag and my problem is not solved :-/ Also using -p like in documentation https://webpack.js.org/guides/production/ doesn't work. I found an issue with module...
> you can also try pointing to a prebuild version of proj4, e.g. 'proj4/dist/proj4-src.js' I tried this out and this works.
I'm using a systemd timer that triggers a systemd service every 5 minutes. This systemd service executes this script: ``` #!/bin/bash current_external_ip_config=$(cat /etc/turnserver.conf | grep "^external-ip" | cut -d'=' -f2)...
I'm getting this problem when using coturn (Version Coturn-4.5.1.1 'dan Eider') with this configuration: listening-port=3478 tls-listening-port=5349 listening-ip=0.0.0.0 listening-ip=:: external-ip=XXX.YYY.ZZZ.AAA use-auth-secret static-auth-secret=XXX realm=domain cert=/etc/ssl/certs/domain.with.root.pem pkey=/etc/ssl/private/domain.key cipher-list="HIGH" ec-curve-name=secp384r1 syslog no-cli no-tlsv1 no-tlsv1_1...
@akasha1618 this "unsupported platform" warning is totally fine. Because you can't use fsevents under Windows neither Linux and this has nothing todo with the database connection problem. I also have...