Rob Landers

Results 78 issues of Rob Landers

In my opinion: ``` php $feed = r\table('games')->changes()->run($conn); foreach ($feed as $change) { print_r($change); } ``` should not block the thread, perhaps some kind of option? If there's no changes,...

**What happened?** Intellij pulls the schema from schemastore.org in order to provide code completion and assistance. The current schema there doesn't recognize version `v2beta1` and the IDE thinks everything is...

I started going through the docs page by page after noticing a few oddities. I was digging for how to force Docker to always `--pull` base images. Anyway, I managed...

I installed Loft on a single node, bare metal, cluster. It's using `Longhorn` to supply PV's, just like the production cluster. The node was rebooted for security patches, and when...

bug

During a loft installation via helm, there was a transient failure: ``` Error: Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": Post "https://nginx-ingress-nginx-controller-admission.ingress.svc:443/networking/v1/ingresses?timeout=10s": context deadline exceeded ``` Rerunning the helm command...

bug

**Describe the bug** Music plays fine, but when the preflight OPTIONS request (`https://universal-activity-service.itunes.apple.com/play`) returns a `204` instead of a `200` it stops playing and refuses to play again until the...

bug

## Describe the Bug A clear and concise description of what the bug is. If you have a solution in mind, skip raising an issue and open a pull request...

bug

With the deprecation of https://github.com/twigphp/Twig-extensions and switching over to https://github.com/symfony/twig-bridge, it appears Symfony has ~~subtly~~ drastically changed how pluralization works. Former: ```twig {% trans %} singular {% plural count_var %}...

Expected: To redeploy with helm and the TLS secret to be reused. Actual: Redeploy with helm values changed and TLS secret is overridden with generic certificate from Harbor. This is...

https://github.com/DefinitelyTyped/DefinitelyTyped

question