Para7etamol

Results 8 issues of Para7etamol

The contents of column "Command" is apparently the contents of /proc/PID/cmdline with some modifications made by code in Process.c. It would be great if this could be even more customizable...

new feature

Hi there, I desperately try to label the individual bars of a groupedbar plot, as in https://matplotlib.org/examples/api/barchart_demo.html I tried: ``` using StatsPlots men = [20, 35, 30, 35, 27] women...

Sadly, JDF.jl depends on Blosc v1, which only supports 32bit adressing. So this is impossible: ``` JDF.save(joinpath("/tmp", "test.jdf"), DataFrame(bytes=rand(Int8, 3_000_000_000))) ``` Please allow to disable the compression or to choose...

Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: v1.98.0 - OS Version: ubuntu jammy, plasma version 5.24.7 Steps to Reproduce: 1. Just fire up...

info-needed
linux
new release

Hi there, I'm running a hadoop cluster (v3.2.1) using https://github.com/big-data-europe/docker-hadoop I can run a **Java** program to test the existence of an file on the hdfs of the cluster. But...

Hi there, I _think_ there's a problem using unlink! in a multihreaded context. The real case is reading and modifying relatively big xml files (hundreds of megs) and after a...

Hi there, few days ago CategoricalArrays v1.0.1 was released with some breaking changes: https://github.com/JuliaData/CategoricalArrays.jl/releases In JDF/Project.toml the compat to CategoricalArrays is restricted to < 1.0.0. I added 1.0 and ran...

"the type Vector{Int64} is not supported by JDF.jl yet. Try to update JDF.jl. If it still doesn't work after update, please submit an issue at https://github.com/xiaodaigh/JDF.jl/issues" Greetings Para