-
## Issue
Sometimes when existing instance (ctrl+c) and we restart, gnarly will fail to apply ERC20 reducer patches.
I suspect this is due to 2 extra operations within the ERC20 reducer, my tests s…
-
This is a proposal for a new interchange format in XLSX. I have implemented this feature in https://github.com/georgeef/mmexutil (written in Perl). I can start working on a native implementation in MM…
-
GCC and Clang have -Wfloat-equal that warns on the use of float/double::operator==, and for good reason (MSVC doesn't appear to have a similar warning).
Some references on float equality, why it sh…
-
I'm experiencing an assertion failure in `debug_heap.cpp` when using the `xlnt::cell_reference::to_string()` method in the following sample code:
```cpp
#include
int main()
{
for (_ulong…
-
The current version of `gnarly-reducer-erc20` supports indexing token balances, but we'll also want to know the name, symbol, and decimals of the token in order to display results nicely.
-
Thank you all for this new effort.
In https://github.com/tfussell/xlnt/issues/748#issuecomment-2282840153 @doomlar mentioned 3 important issues. As far as I can see, they're not included in this co…
-
```
Error: Network error: Can't find **graphqlQueryName** on object (ROOT_QUERY) undefined.
```
It works most of the time but fails about 20% of the time.
Similar to these issues
https://githu…
-
I tried to use with Thai language but it was found that:
terminate called after throwing an instance of 'xml::serialization'
what(): xl/sharedStrings.xml: error: invalid UTF-8
-
**Host Environment**
- OS: [Windows 10 21H2]
- Compiler: Visual Studio 2022
- Microsoft Visual Studio Community 2022
Version 17.4.3
VisualStudio.17.Release/17.4.3+33205.214
Microsoft .NET Fra…
-
Hello,
I am experiencing an issue with the xlnt library when trying to read spreadsheets that have been saved from Google Sheets. When I open a spreadsheet with MS Excel and save it as an xlsx file…