Jacques Gaudin

Results 8 comments of Jacques Gaudin

@xenatisch @infinity1207 There is a mention of the `django.forms` apps being required in the [documentation](https://docs.djangoproject.com/en/3.1/ref/forms/renderers/#templatessetting) >TemplatesSetting > >class TemplatesSetting This renderer gives you complete control of how widget templates are...

@goutomroy Thanks for this. Do you know if people here take PRs for the docs? They are a few broken links too.

I think you're misunderstanding what `form.media` is. It's actually the `` tag for the plugin. I put it my js block. {% block js %} {{ block.super }} {# MarkdownX...

What you are looking for is a `div` with class `markdownx-preview`. To have panels side by side you need to customize the default template below. {% include 'django/forms/widgets/textarea.html' %}

I have the same issue on Arch Linux with: - linter-shellcheck 16.0 - Atom 1.58.0 - shellcheck 0.7.2 I fixed it by editing this line in [atom-linter/lib/helpers.js]( https://github.com/steelbrain/atom-linter/blob/381237aa338df119447052835e42af5fc1f54a25/src/helpers.js#L81) const spawned...

After a bit of digging, it appears that addind a ```uniqueKey``` option to the command parser solves the issue. const options = { stdin: text, cwd, ignoreExitCode: true, uniqueKey:`ShellCheck:${filePath}` };...

Not quite fixed actually, although it seems better. There seems to be a process that doesn't get any text input from stdin and causes the timeout function to raise an...

@Megaf I spent quite some time trying to figure this out but the code is hard to understand and poorly commented. So I just ended up using Infinity for the...