Christian Sauer
Christian Sauer
hello Adam, long time no talk! I was trying out the demo on the website and something BitWarden is doing to the input box, I think added it's own attribute...
In prod, we're having HAProxy handle diverting any request beginning with `/api/` to the backend server so everything is under the same origin and we don't have to worry about...
**@prettier/plugin-php v0.11.2** [Playground link](https://loilo.github.io/prettier-php-playground/#N4IgDgTgpgLjCWUIHkwIPYDsDOIBcok8mMA6vACYwAW+AHAAwA0IMAhgEblW14AsLAK7YoAFU648AMzYAbES2zEA5rKgBFQehhR8M+VBYwIbeLJUBhdAFtrbAAoAJe-hCYsulhxMBjKAGUYAE81VzBsCABaACYQFmgAR0F4aHsTZTs9OQUQYhEIGDS2DLYsgwBfFigKeBh0FDR4LElQNmwYMpFK3MwwQQ68EAAeAH4wajAAHUxpzDZrKGwwNj8AAgBBMDAAbmnpn1k27FWLNgh0YShZVagADx1MCmOAWXQKK+ngadWf1chtKA+HQUVYAEnYHDUqwAvKsAOQ+M4XETyOG7GaYX6rAD02L+0DgiCi8GU7mg31+-x0QOqYKkZkOkKgMNWAG0KVifnD2mwYMIAPqUOFMDmcuHBMBQYWirFw+B2ZRQfnLGjSzGcrlyGD8nT3NUarmCCCyfUGuEcKDKYj8ii82DyqUi9UauFQR42u0IBamn4AXXRoqpgOBYMR7WOsPZzrFFqtmA9Oi9UphAD54bbEw6fWK3RQE-bvan056s06sf7puVpiBykA) **Input:** ```php
## Description When I browser loads the TinyPilot UI, it will show the screen for a moment and then it disappears. If I'm quick enough to get the mouse over...
Perhaps I'm misunderstanding, but this line: https://github.com/TwilioDevEd/api-snippets/blob/2855c5c8215dbb5ce30f0fe19368aed22d7767bb/guides/request-validation-csharp-core/example-3/example-3.cs#L32 Shouldn't that be `if (!IsValidRequest(context.Request) && !IsTestEnvironment)`? If the request is not valid *and* we're not in the test environment, *then* give the...