Amine Aboufirass

Results 23 issues of Amine Aboufirass

**Description** When I installed `glab` using the `winget` instructions provided in the readme, I couldn't run `glab` from the command line because it is not recognized. **Expected Behavior vs Actual...

bug
stale

The `--defaultBranch` parameter of `glab repo create` allows for specification of the default branch upon project creation. I would like to actually **modify** the default branch of my remote repo...

enhancement
stale

I'd like to generate a call graph for the following minimum working example: ``` def g(x): return x+2 def h(x): return x*7 def f(x): r = g(x) s = h(r)...

I think I might have found a bug in the codebase. I am using version 0.9.0 of `camelot-py` and the following line uses a strange order for the bounding box...

What is the best way to subclass a `GeoDataFrame`? I tried to follow some instructions as indicated in [this link](https://pandas.pydata.org/pandas-docs/stable/development/extending.html#subclassing-pandas-data-structures) for subclassing pandas data structures but this does not seem...

Dear All, Does pyvista provide `.pvd` file support to organize time series data? I am referring to files like the answer to the following question in stackexchange: https://stackoverflow.com/questions/33771609/how-to-set-custom-timestep-values-for-a-series-of-legacy-vtk-files-in-paraview I see...

API

Hi. I'm new to Java and would like to use this library to do the following: - parse a large existing PST file - extract a subset of data from...

I am trying to get solid black table borders on my html table in jupyter notebook. I run the following code in a markdown cell: ``` parameter eenheid waarde $RR$...

I have the following files in the folder `root`: ``` root template.latex test.md write.py ``` The contents of `template.latex` are as follows: ``` \documentclass[a4paper, $fontsize$]{article} \usepackage{cite} \begin{document} $body$ \clearpage \bibliography{bibliography-test}...

**Warning, I'm crossposting from the [LaTeX SE](https://tex.stackexchange.com/questions/655908/breaking-lines-resulting-from-mintinline-or-verb)** I have come to a point where I really need a way to have LaTeX automatically break lines formatted as inline listings. I'm...