Rino B.

Results 8 issues of Rino B.

Hi, do you have an example for a multivariate features Gaussian Mixture Model HMM, similar to GMMHMM from the hmmlearn Python package? Extending the docs with such an example would...

Currently, there is a Table component wrapping AG Grid. Given that **nicegui** mostly relies on Quasar components, it's surprising that AG Grid was integrated instead of Quasar's Table component. What...

enhancement

Hi, The Python client of ClickHouse allows to insert a raw `pyarrow.Table` via the `insert_arrow` method, which sends the Apache Arrow encoded data 1:1 to ClickHouse through ClickHouse's `ArrowStream` format....

enhancement

Hi, I'm trying to build the library after a fresh clone and system install according to the build guide from: [https://photonlibos.github.io/docs/introduction/how-to-build?os=Ubuntu](https://photonlibos.github.io/docs/introduction/how-to-build?os=Ubuntu), but get compiler errors. ```bash dev@dev-1-2:~/Downloads$ git clone https://github.com/alibaba/PhotonLibOS.git...

Hi, Nice project! It seems like the `PlotBarsH` functions are not mapped to an actual C function, they are self-referential, hence end up in a stack overflow: ```julia # Horizontal...

If I read the docs correctly, there is no support for constructing a `NanoDate` from a UNIX timestamp in nanoseconds, and also no function to convert a `NanoDate` to an...

- Makie v0.21.11 - Platform: Ubuntu 24.04.1 LTS, Julia 1.10.5 **MWE:** ``` using Makie, Dates f = Figure(); ax = Axis(f[1, 1]); # vlines! xs = [DateTime(2020, 1, 1), DateTime(2020,...

bug
Makie
units
plot

Hi, The documentation states "Transfer compression is currently not implemented". But looking at the source code, LZ4 has been implemented and this sentence has consequently been removed. Can the documentation...