Sergii Mikhtoniuk
Sergii Mikhtoniuk
Currently looks like it's impossible to stylize borders and separators. Since those are also stored as `char` it's also impossible to to directly inline ANSI colors in those when creating...
When upgrading avro4s from version `2.0.4` to latest I get following exception when reading file containing DECIMAL type: ``` com.sksamuel.avro4s.Avro4sDecodingException: Unable to decode '[1, 31, 113, -5, 4, -53]' to...
Our company operates k8s in a highly multi-tenant fasion where each team/project have isolated namespaces running their own ingress controllers. There is no cluster-global ingress controller deployment and most users...
Yaml serialized no longer includes `---\n` prefix which I was foolishly stripping without asserting on line content.
User reported that `kamu` fails to pull a root dataset when installed on fresh Fedora host: ``` [4/7] Failed to update root dataset (ca.bankofcanada.exchange-rates.daily) Summary of errors: ca.bankofcanada.exchange-rates.daily: Ingest error:...
`sparkmagic` currently transforms SQL queries into spark code with resulting dataframe transferred in stringified form. Since type information is lost `pandas` tries to guess the datatypes and often does it...
`Kryo serialization failed: Buffer overflow` when manipulating large GIS data
Fixes: #154
We are relying on feature that allows specifying keys as tuples `(hashvalue, key)`. After upgrading from version `1.43` to `1.59` the `*_multi` methods started railing `KeyError` when used with tuple...
#825 highlighted a problem where `notebook >= 7.0.0` causes `sparkmagic` installation to fail due to removed `jupyter-nbextension` command. A [workaround](https://github.com/jupyter-incubator/sparkmagic/blob/6eab8aadfa3c61a6247868836b2a8df086e1b649/Dockerfile.jupyter#L33-L36) has been added to the Docker image that downgrades `notebook`...