Zachary Whaley
Zachary Whaley
I'm upgrading from Jekyll 3 to 4 and I've noticed that with my paginated pages, there is HTML that is being removed during build. I'm unsure if this is an...
I'd like to be able to dump a Date object in a desired format, personally YYYY-MM-DD with no time stamp. I thought I could use the objectEncoder, but there appears...
~refined-github is considering a new feature that would basically make squashed-merge-message obsolete; see https://github.com/refined-github/refined-github/issues/5155~ ~squashed-merge-message was originally created because refined-github had removed the same functionality that squashed-merge-message currently has, so...
### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...
Per #137 this brings the provider up to feature parity with all of Terraform's built-in file-reading functions The following outputs are added to `local_file`, `local_sensitive_file`, `data_local_file`, and `data_local_sensitive_file`: * `content_md5`...
Per https://github.com/hashicorp/terraform-provider-local/issues/137 this brings the provider up to feature parity with all of Terraform's built-in file-reading functions The following outputs are added to `data_archive_file`: * `output_sha256` - SHA256 checksum of...
If one enables [tracing](https://www.serverless.com/framework/docs/providers/aws/guide/functions/#aws-x-ray-tracing), Serverless generates the following IAM role policy statement with a `*` resource. ```json { "Action": [ "xray:PutTraceSegments", "xray:PutTelemetryRecords" ], "Resource": [ "*" ], "Effect": "Allow" }...
If `openapi-merge-cli` encounters an exception, I expect the command to exit with a non-zero status code to indicate that the command failed. ```sh ╭ ~/w/d (master =) ╰ → npx...
At the moment, you can only navigate through the file one character at a time, except for home and end which take you to the beginning and end of a...
Doesn't need to do anything special at first, just run some Lua code would be good enough.