Richard Fairthorne

Results 16 comments of Richard Fairthorne

For anyone following, I've got the panel view working on IOS and Android, with a minor bug on IOS which I will address later. I am now working on incorporating...

I was able to correctly get the address of the primary interface using your module like this: ```js const defaultGateway = require('default-gateway'); const gw = defaultGateway.v4.sync(); const address = require('address');...

> Can you please release an updated version of this module which includes this fix (plus probably others)? This module cannot deploy k3s without that commit. +1

Workaround: ```terraform module "k3s" { source = "github.com/xunleii/terraform-module-k3s?ref=a8e8f04fd25feb7ab5236233daa5ebcc3a6baef3" # insert the 2 required variables here } ```

I'm having this issue with Mojave.

I would be happy if I had to add an annotation to the schema to indicate that I am aware my target database may not enforce the enum. That way,...

> @dorbn4 well said, I think the reason people use ORM's are to not bother too much about the features of a database since an ORM's job is to do...

> Why would you not use the mocked prisma for tests? This does not solve the problem of requiring different schemas for different database engines, while using basic features.

Downgrade to Go 1.21 Works for me as well, on all platforms. Go 1.22 is stable. This could be: - a bug in Go 1.22 - a breaking change in...