Federico Grandi
Federico Grandi
{ "description": "Automatically commit changes made in your workflow run directly to your repo", "fullName": "EndBug/add-and-commit", "language": "TypeScript", "name": "add-and-commit", "openIssues": 3, "owner": "EndBug", "stars": 513, "updatedAt": "2022-04-27T23:40:46Z", "url": "https://github.com/EndBug/add-and-commit",...
Having a schema would allow for autocompletion in the labels stile, either by manually linking it or by adding it to the JSON Schema Store.
For those who use them in moodle downloader 2, it would be nice to have a way to send notifications either via webhook, telegram, mail, or else.
It would be nice if you could add an option that prevents auto-syncs when you're on a metered connection
As highlighted in #645, YAML parses JSON arrays as well. JSON parsing can be removed altogether ;)
Hey folks, it would be nice to have better typedefs for the `template` prop of the `ColumnDirective` component. Right now the type is limited to `string | Function | any`,...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/riccardoperra/codeimage/blob/main/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...
As you're already onboarded to GitHub Sponsors, you can also add the shiny buttons on the repo ;) I just though of it since I found myself re-installing the app,...
It would be super cool if we could use region folding in JSX as well JSX Comments would look like this: ```tsx {/* #region Test */} {/* #endregion */} ```
**Describe the bug** Right now callout blocks are defined under the `BlockObjectRequestWithoutChildren` type, while in reality they do have children, and they should be listed in the `BlockObjectRequest` union type....