Nicholas
Nicholas
I've just noticed that if the timestamp sent from the client is invalid (i.e. it cannot be parsed), the request will be denied without any information / log entry. In...
Hi there, thank you so much for this build pack. I've been using it for a while with Scalingo. Scalingo has added [Scalingo-20](https://doc.scalingo.com/platform/internals/stacks/scalingo-20-stack) as their new default stack a while...
### Steps to reproduce ``` iex> in_5_months = Timex.shift(Timex.now(), months: 5) ~U[2023-06-30 07:51:27.003055Z] iex> Timex.format!(in_5_months, "{relative}", :relative) "in 4 months" ``` ### Description of issue - Timex.format seems to miss...
Hi, I would like to be able to extend the viewport, so that you can see a bit of the left masterpage and a bit of the right masterpage. Is...
Running the app with: grails develop-functional-tests -Pserver.port=8090 does not start the server with the proper port, it's still running using 8080. Do I have to change anything else? I'm using...
Hi, thanks for the great plugin! I am getting the following stacktrace, when I am calling the tag in a scaffolded view. When I call it in an ordinary view,...
Can you please update this app to use the 2.1.1 version of the twitter bootstrap plugin? Would be great if you could update the ApplicationResources to use the proper path...
## Further Notes The deletion date in the admin section is not properly shown. ## Checklist - [ ] Add feature / enhancement - [ ] Add test
### What happened? Currently, the policy that validates the minimum replica count only checks the [configuration of the ReplicaSet](https://github.com/pulumi/compliance-policies/blob/ef1533334264fdf7a9d91093447284e6a4f663d4/vendor-kubernetes/kubernetes/apps/v1/ReplicaSet/configureMinimumReplicaCount.ts#L4). This works fine for simple use cases when you just use...