reloginn
reloginn
I compress an image weighing 1.9 mb and a resolution of 750 by 16000 pixels (16000 pixels - length), and the output I get an image weighing 0 bytes in...
**Traceback (most recent call last): File "", line 1, in File "/home/asahi/Проекты/Python/gemini/gemini/__init__.py", line 5, in main run() File "/home/asahi/Проекты/Python/gemini/gemini/main.py", line 81, in run process_directory(SRC, DST) File "/home/asahi/Проекты/Python/gemini/gemini/main.py", line 73, in...
All functions are based on and fully comply with the Lua 5.3 manual (https://www.lua.org/manual/5.3/). # Features - Implemented functions `utf8.char`, `utf8.charpattern` (string), `utf8.codes`, `utf8.codepoint`, `utf8.len`, `utf8.offset`. - Added tests in...
All functions are based on and fully comply with the Lua 5.3 manual (https://www.lua.org/manual/5.3/). # Features - Implemented functions `string.char`, `string.byte`, `string.find`, `string.match`, `string.gmatch`, `string.gsub`, `string.rep`, `string.pack`, `string.unpack`, `string.packsize`. -...
All functions are based on and fully comply with the Lua 5.3 manual (https://www.lua.org/manual/5.3/). # Features - Implemented functions `io.close`, `io.flush`, `io.input`, `io.lines`, `io.open`, `io.output`, `io.read`, `io.tmpfile`, `io.type`, `io.write`, `file:flush`,...
# Features ## DAP adapter - Events support. - Multi-session and multi-thread support. - Extensions (within the limits of the protocol) have been made to basic requests, for example, `launch`...
# Features - Implemented `string.pack`, `string.unpack`, `string.packsize`. - Compared to the previous PR, all functions are split into modules.
# Features - Implemented `string.rep`.
# Features - Fully supports all specifiers described in [Lua 5.4 manual](https://www.lua.org/manual/5.4/manual.html#pdf-string.format). - Compared to the previous PR, `%p` has been implemented and support has been added for types that...
# Features - Implemented `string.match`, `string.gmatch`, `string.gsub`, `string.find`. - Added tests for all functions. # Note In the implementation of the matching pattern (`lsonar`), there is a limit on the...