Jöran Malek

Results 195 comments of Jöran Malek

Intrinsics: `com/sun/crypto/provider/AESCrypt`, methods - encryptBlock (impl: `_aescrypt_encryptBlock`) - decryptBlock (impl: `_aescrypt_decryptBlock`) `com/sun/crypto/provider/CipherBlockChaining`, methods: - encrypt (impl: `_cipherBlockChaining_encryptAESCrypt`) - decrypt (impl: `_cipherBlockChaining_decryptAESCrypt`)

Added support for the NODATA-type, tested internally, works fine. ``` go mod edit --replace=github.com/coredns/alternate=github.com/alivedevil/[email protected] ``` Before building coredns worked out for me. This is based on the v0.2.7-tag, due to...

Dependency tracking: [executablebooks/sphins-tabs#194](https://redirect.github.com/executablebooks/sphinx-tabs/issues/194).

The fallback doesn’t affect support cases, where users are directed to delete saved credentials for an OAuth Id. thus support isn’t „delete onedrive“ but „delete 'id'“. The oauth ids used...

Adding a single dark-mode aware window to Cyberduck won't make much sense. Besides, the targeted framework for this window won't magically enable dark-mode as it's been released back in 2006,...

Please let us know which operating system and version you are using.

Food for thoughts: There is the WinRT-interop layer, that is supported by both, .NET Core (through CsWinRT) and .NET Framework (native), we could provide a WinRT-interop library that glues a...

Thumbnails won't be possible, unless you want to preemptively download every single file from any remote, generate the thumbnail, and trash the downloaded file.

I'm impressed Microsoft cares about these, nice find 👍 @BMurri We are already moving core components to .NET 8, and decided to move away from WinForms/WPF to WinUI 3 once...

Cyberduck by default sends out `[email protected]`-requests, configurable with ``` ssh.heartbeat.provider=keep-alive ``` with a default value of ``` ssh.heartbeat.seconds=60 ``` Cyberduck ignores the ServerAliveInterval. Tested this against a local OpenSSH server...