Stephan Schneider
Stephan Schneider
Hey, I have been looking on this spec considering implementing it. I found the README to be broken, as the links are pointing to non-existing files on the GitHub master...
Hej guys 👋 I started tackling #246, for now only `@webpack-blocks/core` & `@webpack-blocks/webpack` to have a foundation, so we can discuss naming etc. Afterwards we just need to add the...
_Updated: `Wed Jun 03 2015 23:50:34 GMT+0200 (CEST) (1433368234571`)_ # standard-readme ## Constraints - A README consists of blocks - Blocks can be nested - A block is made up...
Closes #98 Hej folks, as promised in the related issue, I gave a stab at validating the bare items on construction. ~For the moment I have introduced `BareItem::Validated*` variants adjacent...
While I was waiting for the review on #102 I was eager to learn a bit more and found that the date support was a nice hook for me to...
[Rendered format](https://github.com/zcei/rfcs/blob/rfc/gatsby-transform-directives/text/0000-graphql-transformer-directives.md) > In short, this RFC allows third-party GraphQL APIs to be extended by Gatsby plugins. This will bring native GraphQL APIs on feature parity with custom sources. Input...
While testing #10 locally there was an error raised that manifest version 2 is deprecated. We can still update the extension until start of 2023, afterwards it will be broken....
I would like to have a block in the _Contribution_ section stating our branching model. The hugest difference to keep track of is 1. `master develop`: `master` for stable version,...
Dist files are only needed for pushing to `npm`. In order to keep commit diffs as small as possible remove `dist/index.js` and add dist to `.gitignore`. Adds `.npmignore` to not...
Hej there, what we do is using the `preCommands` hook to execute `wrangler secret:bulk`. (Just for some context: in our CI step we need to sync some secrets from an...