-
**Describe the bug**
The new `@EntryPoint` attribute does not take structured arguments (sensibly) as it is intended to work with command line applications. However, if I am using an `@EntryPoint` …
-
Currently the typing of `ite` is a mess and inconsistent with magma.
Now before you all go looking at the mess I want you all to consider the following code snippets and tell me which of the followi…
-
This is a summary of performance improvements that we can try in Manticore:
- **profile stuff and find bottlenecks**
- If it is possible: remove assertions/optimize bytecode for pip build; otherwi…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
llama-index: 0.10.62
Python 3.11.9
Hi Llama-Index Community!
I think I am messing…
-
### Proposed new feature or change:
I would like to be able to generate all permutations of an array; e.g.
```
>>> np.permutations([0, 1, 2])
array([[0, 1, 2],
[0, 2, 1],
[1, 0…
-
### Describe the bug
Insertion of a tuple into a vector seems to be buggy on the Python side
```py
>>> import ROOT
>>> a = ROOT.std.vector('tuple')(2)
>>> b = ROOT.std.make_tuple[ROOT.long, R…
-
Cover below topics by following this guidelines.
- [ ] Create a folder called Intro_Python in root of repo - then proceed for below step
- [ ] Separate folder for every topic ( should be 17 differ…
-
- [X] Include a detailed description of the bug or suggestion
I'm attempting to capture the output of a custom logging configuration dict. But for some reason the once I use `logging.config.dictCon…
-
Hi there,
first off, thanks for sharing the code. I am just not able to start it. I am getting the following output:
```
Traceback (most recent call last):
File "/Users/fs/PycharmProjects/el…
kroil updated
3 years ago
-
```
Building on the type/branch-recording code added in r778, we should
make CALL_FUNCTION and co record which functions they're actually
calling. I see two uses for this data:
a) In the case where…