danelowe

Results 10 issues of danelowe

From observation so far; if a static assets (e.g. image) is not available, the VCL will ensure the cookie is removed from the request, but Magento will render a 404,...

I was just having a look into this library and came across an issue with recent Typescript (4.3.5) TLDR - Property injection needs the `declare` keyword. (or `useDefineForClassFields`set to false...

I just spent a bit of time debugging an intermittent issue that prevented hydration of a page. I'm pretty certain now that the issue is to do with an a...

There are a few use cases for allowing a single container to serve multiple hostnames via either the same port, or different ports. E.g. ``` www.mydomain.co.nz -> mycontainer:8080 www.mydomain.com.au ->...

I have replicas for some containers which should be internally load-balanced by docker swarm, and allow for rolling updates. For production, I currently have a separate cloudflared container running for...

Is there any interest in supporting hibernate reactive? It seems a waste for me to be using Quarkus but not use reactive where it would help the most, but I...

kind: enhancement
help wanted

I tried converting the mapstruct-quarkus example directly to gradle. https://github.com/danelowe/mapstruct-quarkus-gradle Running `./gradlew quarkusDev` results in an error when trying to access the server (http://localhost:8080/) ``` Caused by: javax.enterprise.inject.UnsatisfiedResolutionException: Unsatisfied dependency...

I was getting empty product collections on anchor categories while the index was running. P.S. I'm actually using the paid version, so just copied the changes I made to my...

I've been finding segfaults in production. I'm not using weakref directly but it is part of the dependencies for a library that I'm using (https://github.com/OggettoWeb/messenger/wiki/Installation-&-Setup#weakref), so I haven't got steps...

PHP (5.5.8 on my machine) seemed to be adding header ``` Content-Length: -1 ``` If a POST request has no CURLOPT_POSTFIELDS defined, causing a 400 Bad Request from GoCardless. This...