-
Card link : https://github.com/Lauryy06/Upsilon/projects/1#card-68577430
I open this issue for discussion about the Escher module
-
Assume I have class/struct `Foo` and operator `std::ostream& operator
-
Instead of writing 2 expressions like this:
`(t1
-
this wasn't done initially because @scopatz feared it might not work properly. this should be investigated.
-
When running the indexer against lines with type annotations, like:
```
a: int = 1
```
The end result looks like this:
```
documents {
relative_path: "a.py"
occurrences {
range: 0
…
-
See #54 #55 #56 #57
The style could be enforced by:
pragma Style (Source, Original)
pragma Style (Source, Lightweight)
-
It seems like in some cases the indexer binary would name two different symbols in the same exact symbol name.
I have some symbols in the code that are defined in different files using the same code …
-
I'm not an expert and don't know the internals, but is there a reason PyCall can't do whatever PythonCall / juliacall does that lets the user use any Python executable, including ones with a staticall…
-
Hello,
On recent Python version (worked with 3.9, fails with 3.11), Python script crash because Iterable import namespace has changed.
The following patch fixes it:
```diff
--- a/harisekhon/…
-
I noticed that the package depends on `opencv-python` instead of `opencv-python-headless` for Python versions >= 3.10.
```
dependencies = [
'opencv-python-headless>=3.0; python_version < "3.1…