Stephan Sahm

Results 232 issues of Stephan Sahm

I am using the python package `juliacall` and am surprised to find that it ignores `JULIA_PROJECT` environment variable. [Julia documentation about JULIA_PROJECT](https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_PROJECT). It would be great if this standard variable...

enhancement

**Affects:** PythonCall **Describe the bug** I just turned off threads to make PythonCall work, but now I experience that every time I try interrupting the julia REPL (with PythonCall loaded...

bug

PythonCall use pyjuliapkg. This is will install a new environment, even in mybinder where the julia dependencies are already precompiled, however in another julia Project. It would be really helpful...

While the documentation says that a copy would ensure to have normal Julia Types > df = copy(DataFrame(Arrow.Table(file))): Build a [DataFrame](https://juliadata.github.io/DataFrames.jl/stable/), where the columns are regular in-memory vectors (specifically, Base.Vectors...

First time I am using Arrow with Dates.jl and unfortunatly immediately run into something which I expected to be supported. When writing and reading a DataFrame with Dates durations like...

Hi, I am using Conda.jl and it failed on the most recent Julia 1.9.0 docker image to install packages I explicitly set the environment variable `PYTHON=""` to force using Conda.jl...

> MILP bridges are largely done. I haven't done Path and Cumulative because they're quite complicated, but Cbc, HiGHS, and Gurobi are all passing tests with the new constraint programming...

Submodule: Bridges
Project: constraint programming

**Which component are you using?**: cluster-autoscaler **What version of the component are you using?**: 1.29.0 Component version: **What k8s version are you using (`kubectl version`)?**: kubectl version Output $ kubectl...

kind/bug
area/provider/hetzner

It would be great if RCall would support rich outputs for plots, so that inside Pluto.jl RCall plotting works. (PythonCall has such support, but I guess Python's matplotlib is quite...

plotting

I am using RCall with CondaPkg. I know there is currently a pullrequest which uses preferences to set R_HOME. I realized that this would still not be enough for certain...