jmakov
jmakov
This is an important feature for enterprise users. How can I help to merge this ASAP?
@yp-isi in the meantime I think this could be a hacky workaround. Let me know what you think: ` tcpdump -w - | zstd | split -d -b 1G --filter="cat...
@yp-isi thanks. Would be also great if that was on e.g. GitHub with a README.md etc.
@yp-isi Also since I don't find any other channel, I cannot compile your source (v0.1 nor v0.4) on Ubuntu 19.04. Libtrace was installed as in https://github.com/LibtraceTeam/libtrace/wiki/Installing-Libtrace and `whereis libtrace` finds...
@yp-isi I've created a min mtracecap CMake project (and fixed the issue above) here https://github.com/jmakov/mtracecap. Please copy it and publish (so I can fork from you) on e.g. Github so...
@ArSd-g my example script: https://github.com/jmakov/Overclock-Linux-headless-Nvidia/blob/main/start_gpu_miner.sh (and yes, I agree, it was a couple of days of research...)
Same problem with v3.2.9-1 on Ubuntu 21.10 after fresh install (followed uninstall instructions) and a custom venv (which worked in prev. version of `jlab`). `main.log`: ``` [2022-03-01 13:35:30.574] [warn] Error:...
One way to go around the non supported twin axes is having 2 plots one above, second under sharing the same x-axis: ```python plot_first = df_first.hvplot.line(height=800, width=3500, legend=False, value_label="first_y_label").opts(bgcolor="black") plot_second...
> I'm using the _Bokeh_ backend with _hvplot_, and I'm able to use _holoviews_ to set a _bokeh built-in-theme_ e.g. > > ``` > import holoviews as hv > hv.renderer('bokeh').theme...
Same here.