Results 9 issues of Eric Masseran

```python import jedi assert jedi.__version__ == '0.18.1' def filter_function_params(completions): return [c for c in completions if c.complete.endswith("=")] def get_code_function_params_completion(code_to_complete): return filter_function_params( jedi.Script(code_to_complete).complete() ) def get_function_function_params_completion(func): return filter_function_params( jedi.Interpreter( f"{func.__name__}(", [...

bug
low-prio

Drag and Drop of private tabs into non-private groups doesn't work for me. I don't use the feature, but I thought I'd report it anyways. Following setup: Open a regular...

bug

I just did the [Velodyne Model Appearance Tutorial](http://gazebosim.org/tutorials?cat=guided_i&tut=guided_i2) and I noted the link to the Step File is broken. ([Here the tutorial link](https://velodynelidar.com/docs/drawings/HDL32E_Outline_Model.STEP)). By browsing on the website, I found...

# Description I have a class `B` that wraps another one `A` through composition. I have setup `__getattr__` to transfer everything from `B` to `A`. The completion is working but...

bug
low-prio

If the auto sort function is on then any change on the bookmark is getting really slow. Based [on the code](https://github.com/eric-bixby/auto-sort-bookmarks-webext/blob/799f78fe96a68c6bea3e17b4e9c607025708eb8c/src/background/auto-sort-bookmarks.js#L1156), I suspect that it sorts all the bookmark all...

Type: Enhancement
Status: Pending
Priority: 3-Medium

## Expected vs. Actual **Expected:** When Ctrl-clicking on a function from a given package, the editor opens the actual file in which the function definition is found in the virtual...

bug
jedi-issue

Thank you for this extension, I am using Codium and I would appreciate to be able to install it from the Open VSX market. Unfortunately, as Microsoft prohibits usages of...

# Motivation FPS must match the actual movie to keep the correct timing. Having this information is useful when there is no hash match. # Implementation 1. Disable by default...

Thank you for this extension, I am using Codium and I would appreciate to be able to install it from the Open VSX market. Unfortunately, as Microsoft prohibits usages of...