Michael Overmeyer

Results 154 issues of Michael Overmeyer

Hello, this is an auto-generated Pull Request. ([Feedback?](mailto:[email protected]?subject=pypip.in%20Badge%20Bot%20Feedback%3A%20purplex)) Some time ago, [pypip.in](https://web.archive.org/web/20150318013508/https://pypip.in/) shut down. This broke the badges for a bunch of repositories, including `purplex`. Thankfully, an equivalent service is...

HTTP checks have a "Verify ssl certificate" option that allows you to "Set to false to allow not try to verify ssl certificates (default True)" However, Graphite checks do not...

enhancement
graphite

My work on [allowing templates in the user's home directory](https://github.com/foambubble/foam/pull/679), * combined with [this question](https://github.com/foambubble/foam/issues/670#issuecomment-860184377) about having a global setting for default note creation, * combined with Foam's inadequate handling...

#655 added metadata to templates, including the `filepath` attribute. As part of #534, I had dreamed of being able to use any [VS Code snippet variable](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_variables) in the `filepath`. ```yaml...

The Git ecosystem is moving away from the default branch name of `master`, towards the name `main`. e.g. All new repos on GitHub/GitLab/Bitbucket now use `main` as the default branch...

### WIP Status * [ ] Add tests * [ ] Also manually test to confirm things work on Windows * [ ] Update the code to match the outcome...

Identical, successive calls to `matter` return different results. Example code: ```typescript const input = `--- foo: bar --- Tada!`; const parsed = matter(contents); const parsed_again = matter(contents); console.log(parsed.language) // =>...

CLDR-15228 - [x] This PR completes the ticket.

CLDR-15550 - [x] This PR completes the ticket.

CLDR-15549 `blockingItems` has each of the items duplicated. It is the only `type="list"` in `attributeValueValidity.xml` with duplicate values. Duplicate values were introduced [here](https://github.com/unicode-org/cldr/commit/b9ae65dd897e584ff01e73815734de0d6f001ed4). - [x] This PR completes the ticket.