ocket8888

Results 135 comments of ocket8888

idk something like ``` INFO: routing.go:263: 2022-08-24T18:08:32.122673472Z: 192.0.2.0 (192.0.2.1): GET /api/4.0/cdns/CDN-in-a-Box/snapshot? handling (reqid 9779) ``` where TP's address is `192.0.2.0` and the client's actual IP is `192.0.2.1`

What do you mean by "Queue Server Updates"? There are a few different ways to do that. What exactly did you do?

I think other server types can meaningfully have pending updates, although I can't quite remember for sure.

The original plan with TPv2 was to artificially separate server types into cache and non-cache, but that turned out to be difficult and expensive, because what a "cache server" is...

Server types should be eliminated entirely, IMO. Or at least cache servers should not have mutable, user-create-able types. You can fairly easily place an indicator on a server that shows...

I really think we ought not to let people modify "Parameters" as a first-class object. It's confusing at best. Like if you have a Profile A with some Parameter in...

Looks like the issue is the default value of the `supported_syntax` key not getting set properly. If you open the command palette (Ctrl+P on good operating systems, Cmd+P on Macs)...

FWIW this is trivial with modern Angular Material. Doesn't help current TP, though.

This is also caused syntactically invalid bodies e.g. `[`, `{`, and any valid JSON that isn't an object or array e.g. `"string"`, `null`