linux019
linux019
### Issue Description ### Checklist - [x] Dependencies installed - [x] No typos - [x] Searched existing issues and docs ### Working code to debug ```go package main import (...
For security reasons is it possible to add option to remove this header? This info disclosures internal server structure.
As almost linux distros have been shipped with powerful `systemd` daemon it's not neccessary to install **supervisord** it to run queus A simple unit like that does all the job...
./scripts/verify-debian-package.sh ``` dpkg-buildpackage: info: source package globalprotect-openconnect dpkg-buildpackage: info: source version 1.4.9-1 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Kevin Yue dpkg-buildpackage: info: host architecture amd64 dpkg-source...
When inspecting go binary I found that it requires gogo protobufs https://github.com/cockroachdb/errors/blob/72ec75208141a2b67e79909b28aea29ed2189108/extgrpc/ext_grpc.go#L182 in init() I do not use gogo in production as it is an outdated project https://github.com/gogo/protobuf/issues/691 Please remove...
``` const fontDownloader = require('goog-webfont-dl'); fontDownloader({ font: 'Roboto', formats: ["woff", "woff2"],//fontDownloader.formats, // Font formats. destination: path.join(__dirname, 'public/fonts/roboto'), // Save font here out: path.join(__dirname, 'resources/assets/fonts/roboto.css'), // CSS file. Use '-' for...
I need to access bidder aliases in the RequestWrapper to resolve adapter name (as modules on many stages receive bidder alias, not "bidder core name" = adapter name) [race.log](https://github.com/prebid/prebid-server/files/14617473/race.log) -...
For testing purposes sometimes need to quickly disable or enable module. But when module is disabled PBS logs a lot of warnings "Not found hook while building hook execution plan..."...
``` curl 'http://localhost:8000/cookie_sync' \ -H 'accept: */*' \ -H 'accept-language: en-US,en;q=0.9' \ -H 'cache-control: no-cache' \ -H 'content-type: text/plain' \ -H 'origin: https://www.somesite.com' \ -H 'pragma: no-cache' \ -H 'priority:...
On high RPS to `/openrtb2/auction` endpoint PBS spawns more and more goroutines. To handle the huge amount of traffic I had to put an RPS limit on the load balancer....