jedi Questions

4

Solved

I am trying to use Structural Pattern Matching (PEP634) from Python 3.10, but Jedi language server doesn't support the syntax. I've heard Pylance is better, but I can't find any way to switch VS Co...
Ung asked 18/3, 2022 at 11:11

4

I keep getting this message when I run Jupyter Notebook. comment : output:
Hyracoid asked 12/5, 2022 at 4:6

3

Solved

I have set my linter for Python to Pylint, but I still get error messages from Jedi. I even went to settings.json and added the line "python.linting.jediEnabled": false, but the line, tho...
Allochthonous asked 3/4, 2021 at 20:5

2

Solved

Every time a new jupyter notebook instance is opened, it requires %config Completer.use_jedi = False command to be run, before autocomplete functionality starts working. This is tiring every time, ...
Christine asked 16/12, 2020 at 10:50

2

Solved

I want to create *.bpl file but I am failing to do so. Specifically, I am trying to make JEDI plugins, but I have tried an empty pure Delphi package, too. If I create a new package in Delphi XE3, I...
Gaberdine asked 7/12, 2012 at 22:54

3

I have the Python Extensions for Windows installed. Within the PythonWin IDE I can get autocomplete on Automation objects (specifically, objects created with win32com.client.Dispatch): How can I...
Morgen asked 20/12, 2017 at 6:47

2

Solved

I am trying to install JCL/JVCL into Delphi-10-Seattle I got the following Error: Using Embarcadero RAD Studio 10 Seattle Embarcadero Delphi for Win32 compiler version 30.0... E:\Delphi-10\Je...
Cleotildeclepe asked 19/9, 2015 at 18:47

1

Solved

I am using emacs with elpy as mode for working with python code. I have also installed Jedi for, mainly, two things: go to definition functionality it provides and autocompletion. However, I have ...
Huygens asked 22/4, 2015 at 21:18

1

Solved

I would like emacs-jedi to detect when I am editing files in different projects, and use the corresponding virtualenv if it is available. By convention my virtualenvs have the same name as my pro...
Lalia asked 20/1, 2014 at 23:26

2

Solved

I want the Firebird backup tool gbak to write its output to a Delphi stream (with no intermediate file). There is a command line parameter to write to stdout rather than a file. I then use the Exec...
Baud asked 27/9, 2013 at 15:39

1

Solved

Previously, to save the settings of some applications, I used: A TSettings = class(TPersistent) for the container Each data to serialize in a published property List of object were TCollection an...
Rabbinical asked 17/9, 2012 at 15:1

1

Solved

Is there a way to move the Delphi IDE menu item Tools->JCL Options..., to the bottom of the tools menu?
Bunny asked 27/4, 2012 at 0:9

1

Summary: I am having trouble to get the JCL compression library to open any spanned archives. It presents the error "(0000001) Incorrect Function" as defined in borlands 'windows.pas'; scenerios:...
Fallacious asked 4/7, 2011 at 2:9

1

Solved

I'm using TJvPluginManager to build simple application with ability to load .bpl plugins. I have common interfaces declaration in "uIntfs.pas" file, which is kind of SDK ;) The problem is, that i...
Ambidextrous asked 27/7, 2009 at 0:43
1

© 2022 - 2024 — McMap. All rights reserved.