Peter Stenger

Results 137 issues of Peter Stenger

- Update dockerfile to 22.04 The best practice for dockerfiles is to use as few layers as possible to minimize image size. I have rolled all the `apt-get`, and `pip`...

Requires #109. Fixes #107 Problem: ctfcli cannot support renames. : ``` [challenges] [[challenge-file.yml]] deployment_details: ctfd_id: last_updated: ``` Solution: check a deployment_details section if exists and PATCH the id before doing...

https://github.com/fuxingloh/multi-labeler/blob/main/src/matcher/utils.ts#L11C10-L11C38 Doesn't seem to use my flags from my regex.

### Is your feature request related to a problem? Please describe. I would like to give users a way to view the source, but viewing it inline isn't that helpful;...

feature
insiders

```md - A list - of things ``` Will get rendered as: ```html A list of things ``` It should be rendered without the `` tags, since the element around...

Prettier uses the `file-entry-cache` package, and when running prettier with a cache in CI, since modified timestamps are not preserved on a clone, it always reports a cache miss. I...

enhancement
in progress

Just wanted to let everyone know that the current status of the project is just 1 maintainer, as I was personally confused why some key features have been in the...

This project is no longer maintained, and should point to a maintained fork.

The README slack link is out of date: https://join.slack.com/t/quarylabs/shared_invite/zt-2dlbfnztw-dMLXJVL38NcbhqRuM5gUcw ![Image](https://github.com/user-attachments/assets/a3f9406d-7ae8-4d4f-bd6e-d5b92a017b45)

It would be nice to customize the descriptions, through something like a transform hook you could instantiate the parser/printer with ``` transform(obj, properties, output) -> output ``` This came up...