Results 52 issues of Mara

I found some TSA003 locks. This keyway seems to be a lot smaller than the key in the repo ![keyway](https://user-images.githubusercontent.com/1208858/169220434-0fefe319-7f2a-4680-ab8c-34ddb73039c4.jpg) I cut it down the key in the repo, and...

### Describe the feature or problem you’d like to solve I would like to pass a raw json body to `gh api` because the -f/-F interface feels very clunky to...

enhancement
needs-triage

I bit ago I got an email saying slackcat will stop working in 2025, and that nobody can add slackcat to a workspace as of a month ago > Your...

### Describe the feature or problem you’d like to solve When I run `gh repo rename`, I want to rename both the github repo and my local directory ### Proposed...

enhancement
help wanted
gh-repo

[files.upload](https://api.slack.com/methods/files.upload) is being replaced by [files.getUploadURLExternal](https://api.slack.com/methods/files.getUploadURLExternal) and [files.completeUploadExternal](https://api.slack.com/methods/files.completeUploadExternal) You can see the post about it here: https://api.slack.com/changelog/2024-04-a-better-way-to-upload-files-is-here-to-stay > As of May 16, 2024, newly-created Slack apps are no longer able...

### In one sentence, what did you try to achieve? Tried to run pacdef ### What did you expect to happen? the debian build should run on debian stable, the...

bug
triage

The regex for the bandcamp importer is too broad cause it can match any https url example ```js "https://literally.anything".match(/^https:\/\/[^/]+(?:\/(?:album|track)\/[^/]+\/?|\/music\/?|\/?)$/) // [ "https://literally.anything/" ] ``` I think something like ``` ^https:\/\/[^/]+(?:\/(?:album|track)\/[^/]+\/?|\/music\/?)$...

The last [latest passing build](https://github.com/cpputest/cpputest/releases/tag/latest-passing-build) was in 2021, and it looks like Travis [hasn't run](https://app.travis-ci.com/github/cpputest/cpputest/builds) since then. I think we should make it start working again, because #1651 says use...

I'm working with [asn1c](https://github.com/mouse07410/asn1c) and CppUTest, and both projects use `HAVE_CONFIG_H` to mean things, and CppUTest defining it as a public compile definition is causing issues for the asn1c code...

There is a [clang-tidy](https://docs.platformio.org/en/stable/advanced/static-code-analysis/tools/clang-tidy.html) check tool, but no clang-format. I see in *many* projects without any kind of autoformatter, and they end up with things like a mix of spaces...