๖̶̶̶ۣۣۜۜ͜ζ͜͡ Sage
๖̶̶̶ۣۣۜۜ͜ζ͜͡ Sage
From php cli it loads the csv fine, but when you get to the webpage it doesn't work. I try even getting a c++ program to execute the lua file...
Hi, thank you for making this library. I plan on using it in an app i'm making could not find a way to get transfer progress incase of file download/upload....
When I upload a 9mb binary file and it get's to 4% using c++ api startUpload I keep getting ```Out of range``` error in my ```onTransferTemporaryError```. The transfer does not...
I'm using this library in my project as a plugin, so far everything is working fine except auto-detection for specific filetypes like 7z.
This feature would make the library invincible. I will research on how to do this when I have time. But I think it is possible if we create a file...
Hi, My backend already has implementation for dealing with files and can be interracted through json. How can I display my list directly from a json object with the relevant...
While building on windows, visualstudio links to boost regex which it does not find since it's not referenced as a required library in cmakelists
Build the project using cmake instead of Visual Studio Project files. This means users can generate any project file
Hi, I cannot find the documentation about how I can append custom text to the console. E.g let's say I want to append android debugging message to the ReactTerminal and...