Michael Standen
Michael Standen
Related to #287
This PR is becoming stale. Shall we merge this @Agusx1211 @acrylix @PhABC ?
Hi @ScanuNicco Sorry for the late response. Unfortunately I'm no longer looking to maintain or update this app and will not be deploying updated changes to the Play Store. I...
Re changeset, this change is backwards compatible and could be a minor/patch bump
I have read the CLA Document and I hereby sign the CLA
@dilbert007 Nope sorry. Decided to go with another solution entirely... Looks like this project is dead. The open PR looks like it has a lot of fixes that might make...
https://github.com/abrahammurciano/paul-bot/pull/32 This outstanding PR is similar to my request.
Pages under `/subnets/deploy-a-subnet/` need similar updates.
Here's some pseudo code for the pattern I've got. Please forgive errors. ```go type Entity struct { ID uint64 Data1 string Data2 bool // ... UpdatedAt *time.Time } func Update(apiEntities...