Nick Stocchero
Nick Stocchero
Thoughts on including actual RHEL8 as a supported distribution? I could add the support, but before I start down adding this code, I want to make sure it won't be...
As of Play 2.7, the play Http.Context is deprecated. They now recommend appending `play.mvc.Http.Request` in the [routes file](https://www.playframework.com/documentation/2.7.x/JavaHttpContextMigration27#Http.Context.current()-and-Http.Context.request()-deprecated). For example...`POST /foo controllers.FooController.foo(request: Request)` However, this appends an undefined `request` in...
### Feature request I would like the ability to throttle a certain Task to have a maximum number of concurrent TaskRun at a time. IE...if I submit a task 100...
I am using cloudquery for IAM policy analysis, and all policies references ARN's in some way. It would be nice to always have the ARN as a materialized column in...
I've had an app running for a long time, but just started getting this error out of the blue  At first, it was breaking functionality in my app. I...
I'm getting weird behavior with my database.yml file. I'm using a standard setup. In my chef log, I have the following: ``` [2015-10-12T03:55:30+00:00] INFO: No database adapter specified for app,...
#### Overview of the Issue When building an image, the `disk_interface` doesn't seem to be able to build with `sata` (there's an "unsupported bus type" error from underlying qemu). In...