Rob Landers

Results 78 issues of Rob Landers

See https://github.com/pop-os/system76-dkms/pull/36

This adds a new function: `frankenphp_finish_request` and an alias for it: `fastcgi_finish_request`, which follows in the footsteps of [other SAPIs](https://github.com/php/php-src/blob/master/sapi/litespeed/lsapi_main_arginfo.h#L35). closes #62

Probably related to #85. Take the following code: ```

We currently build docker images in each PR but don't use them. We can, however, use those images and example repos like dunglas/frankenphp-drupal, dunglas/frankenphp-wordpress, etc. to spin up integration tests...

enhancement

> Not everyone keeps their SSH and PGP keys on their laptop. In the event that your key is not accessible by the signing tool, the signing tool can present...

On the homepage it says: ``` The first and most complete ingress controller implementation for HAProxy. ``` Yet the very first page of documentation has two `TODO` which doesn't lend...

help wanted
kind/docs
lifecycle/backlog

According to multiple virus scanners, there is a trojan in 0.6.1 that came over `apt`.

**What happened?** * Connect to congested wifi (retransmissions, dropped packets, interference) * Throughput on wifi: [https://www.speedtest.net/result/14901281406](https://www.speedtest.net/result/14901281406) * Startup wireshark * run `devspace sync` * See very chatty protocol sending only...

kind/bug
bug

[https://github.com/loft-sh/devspace/blob/596b007df4b4d7cbaafb188ee48295d68ebcf599/pkg/devspace/server/port_forward.go#L94](https://github.com/loft-sh/devspace/blob/596b007df4b4d7cbaafb188ee48295d68ebcf599/pkg/devspace/server/port_forward.go#L94) With the prevalence of ipv6-only networks growing (and allowing this to work in environments like WSL), can you please consider binding to `localhost` instead of a hardcoded ipv4 address?

kind/question

**What happened?** I tried to deploy a simple component chart pointing to an existing service: ``` helm: chart: name: component-chart repo: https://charts.devspace.sh values: ingress: ingressClassName: nginx annotations: cert-manager.io/issue-temporary-certificate: 'true' rules:...

kind/bug