Arun (Arundale Ramanathan)

Results 163 comments of Arun (Arundale Ramanathan)

Hi, Thanks for your query! That sounds quite alright for Unishox2 and in compliance with Apache License 2.0 and the Creative Commons Licenses. In any case there is no problem...

If I move out the plugin from plugins folder Notepad++ starts normally.

If you are looking to add your own strings such as `@gmail.com`, `@yahoo.com`, you could use `usx_freq_seq` parameter to `compress()` and `decompress()` functions. The presets are not useful for this...

Hi, you just caught me trying to commit changes. I am in the process of making some improvements so there are some CI issues to be fixed. You can proceed...

@capedra It is done now if you wish to try. This is not compatible with data compressed with previous version. So you may need to compress again if you have...

@capedra Unishox3 is not available for esp32 yet. Please use Unishox2 at the main folder.

I am not sure how you are trying to integrate, but it looks like you are trying to compile Unishox3 on esp32. Unishox3 is not available for ESP32 yet. Please...

@georgevbsantiago Thank you for posting this. According to SQLite documentation, 20 is supposed to be sufficient: > YYSTACKDEPTH= > This macro sets the maximum depth of the LALR(1) stack used...

Hi, I am unable to say why this is happening for you, but such issues are almost always related to memory leaks. Please check for memory sufficiency / allocation /...

ok, to change page size please see: https://www.sqlite.org/pragma.html#pragma_page_size However, this is better done with empty database if created from ESP32. VACUUM is known to cause issues when there is data....