Chucky Ellison
Chucky Ellison
If your goal is to match the "GitHub-Flavored" markdown, then yes, because this is too permissive.
I have the same problem with ruby 2.3.3p222 (2016-11-21 revision 9808) [i386-cygwin]. I can't figure out any way around it.
I'm having the same problem. I got: ``` jekyll 3.4.3 | Error: Unexpected token: punc ()) (line: 152, col: 1, pos: 3508) ``` I was able to laboriously guess and...
> please make sure you correctly install KSP and all required packages (like CTT and CRP), because the only way you can get this issue if all folders are located...
FWIW, setting vscoq.path to `wsl /home/ellisonch/.opam/default/bin/vscoqtop` also fails in the same way as above, despite working on the normal windows command line.
I have the same problem. I'm on windows.
Have the same problem: ``` $ check-links Thread.exclusive is deprecated, use Mutex .../.gem/ruby/2.3.0/gems/link-checker-0.7.2/lib/link_checker.rb:176:in `report_results' .../.gem/ruby/2.3.0/gems/link-checker-0.7.2/lib/link_checker.rb:159:in `block in check_page' Checked: ./_includes/analytics.htmlThread.exclusive is deprecated, use Mutex .../.gem/ruby/2.3.0/gems/link-checker-0.7.2/lib/link_checker.rb:176:in `report_results' .../.gem/ruby/2.3.0/gems/link-checker-0.7.2/lib/link_checker.rb:159:in `block in check_page'...
@dimbleby > you should prefer PEP621 format these days, not tool.poetry. I can't use PEP621 for relative path dependencies. > optional is anyway a mistake in the lock file, and...
> > I can't use PEP621 for relative path dependencies. > > so don't use relative path dependencies I'm confused. `pyproject.toml` is shared between our developers, gets checked into version...
> if you are relying on features that are supported only by `tool.poetry` that should give you pause for thought. You are likely better off doing something more conventional: eg...