Alexander Clouter

Results 105 comments of Alexander Clouter

> I think I'd like the default to not be hidden, but can be allowed to be hidden with a server-side setting via a traitlet. Works for Me(tm) Thanks

Trying to understand the actual risk here. I acutely understand the 'security' problem and the proposed solutions that could be applied to mitigate this, but struggling to understand how this...

For reference, we store our repos in GCP (so they are all private) and to access them we slipped an unofficial Google credential helper in our `singleuser` image using: go...

Only problem I can foresee is when someone updates to this alternative policy and they have existing old hex encoded `Class` attributes out there in the wild coming in on...

Sorry it took a while, but I think the functionality to maintain backwards compatibility now works.

> won't let me merge without signed commits. Could you sign these with your GPG key @jimdigriz. Thanks. Sorry for the tardiness, cooking a signing key means I have to...

Ran into this problem when packaging [SvelteKit with adapter-node](https://github.com/sveltejs/kit/blob/217fc24f2d86eb0b29ab0565d89a4ef620ef5338/packages/kit/src/exports/node/index.js#L204) and polka, the effect confusingly caused the Lambda to return status code 200 with `null` as the body. I can confirm...

Still a problem for version 2.0.20-4 (Ubuntu 'jammy' 22.04) and just checked with 2.0.24-2ubuntu10 also (Ubuntu 'noble' 24.04): ``` ubuntu@ip-10-0-5-225:~$ printf 'GET /ping.asp?host=127.0.0.1 -l HTTP/1.0\r\n\r\n' | nc -v 127.0.0.1 8000...

It may be worth also exploring (maybe behind an option if it feels icky) if a given email address is trying to log into the same `client_id` and there currently...

> v0.12.1 now allows retries This is great, thanks. I'll try to roll it out and get it exercised by the masses for the New Year. > We didn't really...