Mathias Berchtold
Mathias Berchtold
On Windows x64, errors are written to stdout instead of stderr. For example, in the following example: ``` Engine "pkcs11" set. Hash method is SHA256 Warning: Ignore -h option, use...
It would be nice if wildcards could be supported. For example: put c:\temp\*.txt mega:/upload delete mega:/upload/test*.txt
After uploading a 16GB file the file on the mega server has the following name: MALFORMED_ATTRIBUTES There is no problem uploading smaller files. megacmd: Version : 0.011 Platform: Windows I...
My use case is one post account with multiple recipients. Hence, it would be nice if the recipient config could be separated from the account/sender config file. Possibly, in a...
It would be nice if the SvgOptions class adds an optional 'title' property. If set, the title would then be added as a child of the rect element: ``` title...
**Summary** On Windows with PHP 7, when sending an mail message with the Sendmail transport, the subject header is duplicated. **Steps to reproduce** To reproduce the bug the sample from...
With python 3.10 on Windows ``` File "hosteurope-letsencrypt\neu.py", line 11, in is_root = os.geteuid() == 0 AttributeError: module 'os' has no attribute 'geteuid'. Did you mean: 'getpid'? ``` getuid is...
I get the following compiler errors with Visual Studio ``` node_modules\@meshsdk\core\dist\common\constants.d.ts(1,21): error TS2307: Build:Cannot find module '@mesh/core' or its corresponding type declarations. node_modules\@meshsdk\core\dist\common\constants.d.ts(2,31): error TS2307: Build:Cannot find module '@mesh/core' or...
The memo is incorrectly encoded as a single string in the meta data (msg). However, per specification in CIP-20: "The message content has the key "msg": and consists of an...
Please add support for PHP 8.4: ``` PHP Deprecated: Laminas\Mvc\Application::__construct(): Implicitly marking parameter $events as nullable is deprecated, the explicit nullable type must be used instead in laminas-mvc\src\Application.php on line...