Stephan Sahm

Results 232 issues of Stephan Sahm

I am using pandas with PyCall.jl and would like to write something like ```julia mysubset = df[df["colname"] == "value"] ``` looking into the code https://github.com/JuliaPy/PyCall.jl/blob/master/src/PyCall.jl#L349-L361 it seems that this is...

The case is for building tests around DataFrames.jl (At least) two rather old discourse issue have been opened around this - [mentioning isapprox with recent comments (because of myself)](https://discourse.julialang.org/t/is-there-a-package-to-compare-if-two-dataframes-are-the-same/44381) -...

question

Hi there, I would like to encrypt dockerconfigjson files, which why ever are not ending on `.json`. Using the command line I can add the `--input-type` argument, but I couldn't...

### Operating system Linux ### Joplin version 2.13.2 ### Desktop version info Joplin 2.13.12 (prod, linux) Client ID: c7dff86521c841b8b1f92fa6239cc51c Sync Version: 3 Profile Version: 44 Keychain Supported: No Revision: e027cdc...

bug
desktop
editor
high

I would like to use k3d to work on the go, but when switching to mobile network, the cluster cannot resolve DNS. A similar http request from normal terminal does...

question

Hi there, I started a registry, which is still running, but now the push does not work any longer (it worked seamlessly right after I started the registry) ``` $...

bug

Hi there, I am usually using `docker buildx ... --push .` to build and push immediately. It seems this is not working with k3d registry. I get the following error...

enhancement

Hi there, I am running on arm64 (also called aarch64) architecture. It would be great if phplist could release their docker images also with a build for this architecture.

enhancement

I am wondering why `Hyperopt` is not included in the optimizers. - Probably this is intentional - I would be very happy about a short explanation why Hyperopt.jl is not...

I am using PythonCall to define a Python interface from julia. It happens that I want to precompile Python code using Python's `compile` function and then send it to a...

enhancement