Conrad Taylor
Conrad Taylor
@Samuelodan It's always most important to get something working and iterate on that solution. It looks like UUIDv7 feature is targeted at PostgreSQL 17: https://commitfest.postgresql.org/47/4388
@deemon359 Here's a better package.json and Dockerfile to get things working for you: package.json: ```package.json { "name": "kbp-sample", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "test": "echo \"Error: no...
@gitperr I was able to download via the browser and simply click the button within Privacy & Security. Thus, it's working as expected now and please feel free to close...
@MarcRohrer If you're using a Windows machine, I recommend looking into using Windows Subsystem for Linux (WSL). Then you should be able to install the required packages to run Woo.
@udda1996 I look forward to Ballerina on MacPorts. Then one can simply use one of the existing JDK ports like `openjdk21-zul` on MacPorts with Ballerina.
@jwicksnin How did you transfer the files to the new machine? Apple Migration Assistant? Also, was your old machine Apple Silicon too? Looking at your `docker info`, it appears that...
@jwicksnin When I used Apple Migration Assistant to set up my new Apple Silicon machine, I didn't migrate any of the Intel applications. I just wanted all native Apple Silicon...
I created a cheatsheet for myself to get the Cilium Gateway API installed within my local development environment on macOS: https://github.com/conradwt/k8s-gateway-api-using-cilium
@joeypiccola When running things locally, I tend to use the following command to locate the correct network for my cluster: ```zsh docker network inspect | jq '.[0].IPAM.Config[0]["Subnet"]' ```
I was able to get things working without error using the following command: ```zsh ➜ k3d version k3d version v5.7.3 k3s version v1.30.3-k3s1 (default) ➜ k3d cluster create mycluster2 --api-port...