ಠ_ಠ
ಠ_ಠ
## Description CentOS 6 has multiple symlinks back to /etc/centos-release $ ls /etc/*-release -rw-r--r-- 1 root root 28 Jun 26 2018 /etc/centos-release lrwxrwxrwx 1 root root 14 Jul 6 2018...
same issue like this one: #353 see the second comment of this issue on the bad-bot-blocker tracker https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/issues/62 ``` $ asciinema --version asciinema 2.0.2 ``` ``` >>> platform.platform(); 'Linux-5.4.0-3-amd64-x86_64-with-debian-bullseye-sid' ```
it seems there is some sort of memory leak with the current release taken from the debian experimental repository. ``` $ osm2pgsql --log-level=debug --hstore-all --slim --drop --cache=16000 -G --number-processes=4 --flat-nodes=tmp...
is there a lower limit to the core offset on 8th gen intel cpus ( i have a t480s with i7-8550u )? i tested all the planes and get computing...
heyho in my project i'll get this with composer 2.7.0 ``` $ composer audit No security vulnerability advisories found. Found 1 abandoned package: +--------------------------+----------------------------------------------------------------------------------+ | Abandoned Package | Suggested Replacement...
heyho, just a minor nitpick, can you ensure to update the version defined here: https://github.com/FriendsOfSymfony1/symfony1/blob/master/lib/autoload/sfCoreAutoload.class.php#L12 :) thx for you effort with this legacy codebase!
## Context after we hit some issues with fpm and k8s and the respective probes i dicided it would be a saner approach to use /ping for actual "ping" checks...
given a doctrine repository which looks like this: ```php /** * @extends ServiceEntityRepository * * @method Version|null find($id, $lockMode = null, $lockVersion = null) * @method Version|null findOneBy(array $criteria, array...
### What happened? given a simple skeleton setup like this: ``` bin composer.json composer.lock config public -> test src symfony.lock test var vendor ``` (note the symlink from public to...
This will allow multiple packages to selected for update using a temporary constraint. Useful for CI/CD type workloads testing multiple supported versions for a given package like this ```shell $...