Jérome Perrin

Results 22 issues of Jérome Perrin

First of all, this is a problem only affecting python2.7, so if you think it's no longer relevant, don't hesitate to close this issue. I thought that you might still...

Signed-off-by: Jérome Perrin #### What it does Fixes: #11397 - [x] [CQ needed](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=24179) #### How to test Run commands displaying file names in terminal ( for example using `ls`, `git`...

terminal
CQ Required

### Bug Description: CtrlCmd + Shift + L is mapped to - "Select All Occurrences of Find Match" by monaco ( https://github.com/microsoft/vscode/blob/dce493cb6e36346ef2714e82c42ce14fc461b15c/src/vs/editor/contrib/multicursor/browser/multicursor.ts#L774 ) - "Toggle plugin view" by theia's plugin-ext...

keybindings

### Bug Description: Terminal link matcher for files does not detect paths containing `+`, for example, `./file.txt` is clickable but `./file+.txt` is not. ### Steps to Reproduce: 1. Open terminal...

bug
terminal

What seem to be a regression in the ZServer -> wsgi migration is that `RESPONSE.write` no longer send the response data to the client in a streaming way but just...

With this snippet: ```python # dateparser==0.7.0 ( also reproduces on master branch ) import dateparser import datetime import pytz settings = { "RELATIVE_BASE": datetime.datetime.now().replace(tzinfo=pytz.timezone("Europe/Paris")) } for input_ in ( "2009-06-01T10:00:00+09:00",...

Type: Bug

The spec [1] and pygls implementation [2] need the token to be unique. By using an hardcoded token like this, the progress works only one time, the second time there's...

## Description (e.g. "Related to ...", etc.) Work done progress ( [relevant specifications for reference](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workDoneProgress) ) had a few problems. It was possible for server to create a cancellable progress,...

Instead of spawning a subprocess, it would be nice to use the "Web service mode" as described on https://plantuml.com/server . This could simplify the setup, instead of having to install...

"Toggle plugin view" from theia's plugin-ext conflicts with "Select All Occurrences of Find Match" from monaco. "Toggle plugin view" is not a common action, so it does not need a...