Matthieu Caneill
Matthieu Caneill
D413 says "Missing blank line after last section". It'd be awesome to have the opposite, and raise a new warning when there is a blank line at the end of...
Hey, We currently use Transifex [0] to host the translation system. However, it's not plugged with hooks (commit hooks from Github to Transifex, and new translation hooks the other way...
New pull request following reviews from https://github.com/opinkerfi/adagios/pull/383
This permits to drive Pynag with customised start/stop commands.
Hi, I've set up python3 as my python interpreter: ``` (setq python-shell-interpreter "python3") ``` However it seems anaconda-mode is executed using python2. I get in the anaconda buffer: ``` Traceback...
the ORM uses SQLAlchemy to map Firehose objects with SQL tables.
In the section of the tutorial "Validate data" (https://docs.greatexpectations.io/docs/tutorials/getting_started/tutorial_validate_data), the snippet displayed for configuring a checkpoint has extra lines on the top and missing lines in the bottom. When used,...
### Describe the feature Hi, Thanks for the great extension! I'm using dbt power user in dev containers, all pre-configured to work well with our dbt project. However, when a...
resolves #338 ### Description Hello, This PR integrates [mermaid.js](https://mermaid.js.org/) into dbt docs. The idea is to render markdown code blocks using the `mermaid` language into their corresponding visual representation. For...
### Describe the feature Currently, doc blocks are sanitized from custom html elements. This prevents going beyond markdown styling for documentation, and tinkering with features such as [mermaid.js](https://github.com/dbt-labs/dbt-docs/issues/338). I understand...