Matthew Peveler
Matthew Peveler
### Description Closes #366 Adds a typescript definition file for the [documented API](https://firepad.io/docs) of Firepad. It does export additional stuff (`Formatting`, `Entity`, etc.), but these aren't something I'd expect an...
### Description This updates the version of `rdiscount` used for building the docs site. This version fixes building the dependency on macOS Big Sur.
### Description The generated `dist/firepad.js` file has the version `0.0.0` in its header always. This PR updates this so that now the version in the `package.json` file will be used...
The same command works fine on Node 12 and 14, but fails on Node 16+. Not sure why. ``` $ jasmine --config=jasmine.json --reporter=jasmine-console-reporter /home/runner/work/tldr-lint/tldr-lint/node_modules/jasmine/lib/command.js:171 throw new Error('Failed to load reporter...
I think the code example for `:word_similarity` setting for trigram is flipped, such that `word_similarity` is enabled on `:similarity_like` and not on `:word_similarity_like`. This makes the return not work as...
resolves #726 [docs](https://github.com/dbt-labs/docs.getdbt.com/issues/new/choose) dbt-labs/docs.getdbt.com/# ### Problem Currently, when using `authenticator: oauth`, you have to pass it client id & secret & token which is enough to authenticate, but also need...
### Is this your first time submitting a feature request? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) - [X] I have searched the existing issues, and...
The [`PdfWriter.open_destination`](https://pypdf2.readthedocs.io/en/latest/modules/PdfWriter.html#PyPDF2.PdfWriter.open_destination) docs isn't parsed "right" and so looks a bit incorrect: Looking at the other `@property` values, it doesn't seem like having a `:param:` though is the right way...
The README has the following example for `setContext`: ```js logdna.addContext({ // Add any custom metadata such as: version: 'v1.0.2', sessionReplay: 'http://mySessionReplayTool/', user: { email: '[email protected]', }, }); ``` `user` throws...
PR removes `graphql` as a peer dependency from this module. `graphql` is not used directly within this module, so having it as a peer dependency doesn't really make much sense,...