Michele Caini

Results 9 issues of Michele Caini

This is mostly the same issue as #913 but at storage level. We reproduce it the same way. CC @xissburg

bug
solved

A breaking change to set a tipping point for a new version of uvw, an updated coding style (with a more _standard-ish_ snake style) and huge performance improvements during compilation....

enhancement
help wanted
discussion

Hi there, I'd like to include this library in a cmake based project. It would be great if `QXlsx` had also a `CMakeLists.txt` file to compile it as a target...

enhancement 개선점

Imagine I want to define a formula like `=SUM(A1, A100)`. However, I don't know the _letter_ of my column nor the row I'm working on. This is because I'm dynamically...

enhancement 개선점
help wanted 도움 필요
question 질문

I faced a curious issue in a project of mine that boils down to the way `Worksheet::mergeCell` works. Currently, this function runs internally the [test](https://github.com/QtExcel/QXlsx/blob/ad9378537a92c1af75619363784c88356f3ce0f9/QXlsx/source/xlsxworksheet.cpp#L1147) reported below: ``` if (range.rowCount()...

bug 버그
help wanted 도움 필요
question 질문

Suppose to use msgpack in an environment the structure of which is deeply based on hashes (something like a dht with metadata stored on the system itself and linked with...

According to this point: https://github.com/msgpack/msgpack/blob/master/spec.md#serialization > If an object can be represented in multiple possible output formats, serializers SHOULD use the format which represents the data in the smallest number...

I agree that my contributions are licensed under the Individual Contributor License Agreement V4.0 ("CLA") as stated in https://github.com/igarastudio/cla/blob/main/cla.md I have signed the CLA following the steps given in https://github.com/igarastudio/cla#signing...

I saw [this](https://github.com/facebookincubator/gloo/blob/5afa358407855465089d52cc49696415c1887bc6/gloo/transport/uv/libuv.h#L14) commit and I must admit that it's an honor that Facebook has decided to use `uvw`. Furthermore, I think that your idea of bringing it to C++11...