cilex-ft

Results 5 comments of cilex-ft

@pmarini Perhaps this hack https://github.com/lxc/lxd/issues/11062 might help? I tried out of desperation & it worked...

You can go around with `mul` and `max`: ``` {{$v := -20}} {{$vMinus := mul -1 $v}} {{$abs := max $vMinus $v}} {{$abs}} ``` A **power** function would allow something...

I got the same problem, but `pip install --upgrade pip` ([borrowed from here](https://github.com/openai/openai-python/issues/199#issuecomment-1426419872)) fixed it, installation went fine after.

Same here on 20.0.5 with SFTP on localhost, with public RSA Key. Tried with different key sizes, same problem: I can upload and rename files, but can't download them. php...

Additional info: Path to storage is defined as /home/nextcloud/paper without any trailing /, nevertheless the error message displays double slashes: Error: fopen(sftpread://home/nextcloud/paper//output/document.pdf): failed to open stream: "OCA\Files_External\Lib\Storage\SFTPReadStream::stream_open" call failed at...