Frank
Frank
By default Gitea will always unlink any sockets that are provided using the `LISTEN_FDS` environment variable. This is because it uses this variable to handle passing when it is doing...
I believe this was a typo (or is it not?) https://github.com/giampaolo/pyftpdlib/blob/336b342e854bf5f182ad33db70401070184387a5/pyftpdlib/handlers.py#L469-L474 it doesn't break the connection though as it's only used for logging
currently the plugins of CTFd struggles to keep working if the folder name changes. This is due to, from my own understanding of the code, the strange behavior of the...
breaking quite a lot of stuff here * dev compose file needs a rewrite * previous deployments would have to be reconfigured however it (aims to) bring: * compatibility with...
reads the LISTEN_FDS and LISTEN_PID env variable and follow them accordingly #3884
https://github.com/outline/outline/discussions/3871 interesting fact: https://github.com/outline/outline/blob/086c3ec2d83d6603f8834b0a2ef5229f9638bef4/server/presenters/env.ts#L12-L14 where: https://github.com/outline/outline/blob/086c3ec2d83d6603f8834b0a2ef5229f9638bef4/app/scenes/Document/components/MultiplayerEditor.tsx#L69-L74
### Describe the bug The port in ssh forwarding options (`-LRD`) can't be highlighted correctly ### Steps to reproduce `ssh -L 1234:0.0.0.0:1234` `ssh -L 1234:domain:1234` `ssh -L domain/ip:1234:domain:1234` ### Expected...
related: https://github.com/liyasthomas/postwoman/issues/175
php dependencies changes occasionally, and patches have to be applied for older versions to make them use old versions of dependencies. currently patches are explicitly called from `phpbrew/src/PhpBrew/Tasks/[After,Before]ConfigureTask.php`, and can't...
https://github.com/CTFd/CTFd/blob/e0290cc67b1af531fd19bfeec3e32ade14e248fd/CTFd/api/v1/challenges.py#L193-L212 why is it necessary to return solves count for all challenges? I didn't see CTFd displaying that info anywhere on the listing page. nevertheless, it should respect filters in...