Florian Apolloner

Results 361 comments of Florian Apolloner

@jim-p Any chance of getting someone to look at this?

@marcos-ng This does not affect IPv6 Tunnel because `server-ipv6` simply does not support the nopool option. I don't think tun/tap has any affect on this.

I fear not. The PROXY protcol works below HTTP basically. So you'd have metadata sent when the TCP Connection is opened and only then you have the usual HTTP stuff.

I do not know of any other systems that I have at hand and can try out.

Hi @tgross, I have a follow up question if you do not mind. What do you mean by: > because passing them in the JSON `args` field would mean needing...

> or we'd need to parse the JSON in Nomad, modify it, serialize it back to JSON, and then pass those bytes into the CNI library again so it could...

Btw, semantically it would be nice if it were possible to write: ```python class User(models.Model): pk = models.CompositePrimaryKey("tenant_id", "id") tenant = models.ForeignKey(Tenant, on_delete=models.CASCADE) id = models.IntegerField() ``` ie to let...

Would it be possible to add an 'up-multivalue-fields="status, xyz"' attribute to the form tag (or maybe on the inputs directly) to help unpoly out while keeping the signatures of `up.watch()`...

That would probably be the least invasive patch for now :+1:

@DenSA-Inc My workaround is currently to just set `ssl_version = ssl.PROTOCOL_TLS`. While this allows for SSL to be negotiated, it at least allows for a functioning SleekXMPP for now. On...