An error occurred fetching the project authors.
  1. 08 Oct, 2020 1 commit
  2. 07 Sep, 2020 1 commit
  3. 28 Apr, 2020 1 commit
  4. 06 Apr, 2020 2 commits
  5. 10 Mar, 2020 1 commit
    • Jérome Perrin's avatar
      theia: remove usless typeshed egg · bcf6f229
      Jérome Perrin authored
      This egg was not maintained and was removed from pypi
      https://github.com/python/typeshed/issues/3001#issuecomment-592884362
      
      I don't think we need it here, I probably added by mistake.
      
      Interestingly when running this command it fails the first time with an
      explicit error:
      
          Could not find a version that satisfies the requirement typeshed==0.0.1 (from -r /srv/slapgrid/slappart14/srv/testnode/cqc/inst/test0-0/tmp/soft/a6a44539f462e5e342cf8c714b7c8e5b/parts/python-language-server-requirements.txt (line 22)) (from versions: )
          No matching distribution found for typeshed==0.0.1 (from -r /srv/slapgrid/slappart14/srv/testnode/cqc/inst/test0-0/tmp/soft/a6a44539f462e5e342cf8c714b7c8e5b/parts/python-language-server-requirements.txt (line 22))
      
      But when the command run again, another confusing error is displayed:
      
          Error: [Errno 13] Permission denied: '/srv/slapgrid/slappart14/srv/testnode/cqc/inst/test0-0/tmp/soft/a6a44539f462e5e342cf8c714b7c8e5b/parts/python-language-server/bin/activate.fish'
      bcf6f229
  6. 05 Dec, 2019 1 commit
  7. 30 Jan, 2019 1 commit
    • Jérome Perrin's avatar
      theia: update python-language-server · 2a74a21d
      Jérome Perrin authored
       - don't install pycodestyle (just because it complains when indenting
      with 2 spaces)
       - add mypy and typeshed (not used, but makes sense to also have)
       - add isort (not used, but makes sense to also have)
       - update pyls and other packages for latest fixes. Get pyls from git to
      get fixes for yapf config lookup
      2a74a21d
  8. 29 Oct, 2018 1 commit