Results 53 issues of Mara

Page 16 of the [asn1c-usage pdf](https://github.com/vlm/asn1c/blob/master/doc/asn1c-usage.pdf) says > The API calls not listed here are not public and should not be used by the application level code. I'm dealing with...

For some reason the bitbucket PR list shows all PRs, not just open ones. Delete this line (and the comma on the previous line) and it works fine. https://github.com/guyzmo/git-repo/blob/devel/git_repo/services/ext/bitbucket.py#L323 I...

setup.py uses pip as a module, which is not how pip wants to be used so they changed the internal API to force people to use pip correctly. https://github.com/pypa/pip/issues/5154#issuecomment-378197307 ```...

In the Single Responsibility Principle section, the first link to https://en.wikipedia.org/wiki/Single_responsibility_principle is broken, and points instead to https://angular.io/docs/ts/latest/guide/%5C/%5C/en.wikipedia.org/wiki/Single_responsibility_principle

bug
help wanted
Angular 1

If I use the basic example and try to connect to an SSID that isn't broadcast, it just says "No known networks found"

question

**Please describe what the rule should do:** I think it is reasonable to be able to append to the default list of ignores in the `vue/singleline-html-element-content-newline` (and multiline) rule in...

If someone uses "Auto-detect ISO's configfiles" or "Auto-detect bootable partitions" and it doesn't find anything it just blinks and is confusing, so this shows a message and waits 5 seconds....

### Describe the bug When creating a pull request with `-f`, the pull request template is ignored. ``` $ gh --version gh version 1.5.0 (2021-01-21) https://github.com/cli/cli/releases/tag/v1.5.0 ``` ### Steps to...

bug
p3
help wanted

Not having j/k do up/down is confusing to me. Right now it's just [hardcoded](https://github.com/CITGuru/PyInquirer/blob/master/PyInquirer/prompts/checkbox.py#L205) to up/down keys. Either making j/k work by default, or maybe add something like `vi_style_movmenet=true` as...

Apple clang is different than normal clang for reasons. We need to ignore some stuff specifically for apple clang. I did some testing with https://github.com/sickcodes/Docker-OSX to figure out what versions...