Ilmari Vacklin
Ilmari Vacklin
I have created an app with `copilot init`. I'd like to now add a domain for it instead of using the default http://....eu-north-1.elb.amazonaws.com/ domain.
Given an option of a sum type (`Foo` in this example): ```haskell module Main where import Options.Applicative data Opts = Opts { flag :: Foo , ok :: Bool }...
I'd like my traces to contain OS and process info. I'd like to add basically all the detectors available in https://pkg.go.dev/go.opentelemetry.io/otel/sdk/resource. I don't see a way to do that currently....
I'm getting the following error running this action: ``` HttpError: Not Found at file:///home/runner/work/_actions/CatChen/eslint-suggestion-action/v2/webpack:/eslint-suggestion-action/node_modules/@octokit/request/dist-node/index.js:86:1 ``` Full debug log of the action run follows: Debug log ```log 2024-02-18T14:36:45.8405551Z ##[debug]Evaluating condition for...
Any thoughts on a mode where Watch restarts the command whenever a change is detected? This goes deep into the process management hell, so I understand if you'd rather punt...
I'd like to be able to write a calculation `(a *. b) *. c` where `a :: A`, `b :: B` and `c :: C`. I defined instances `MultiplicativeAction A...
It'd be nice for Jenky to have a name that isn't quite so pejorative. Suggestions are welcome!