Marc-André Moreau
Marc-André Moreau
Hi, The ReactOS project is welcome to replace rdesktop by FreeRDP for their built-in RDP client ;) I'm willing to give it a try and see if I can find...
@otavio: no, it has to do with palette handling, gdi_mono_image_convert() shouldn't be related to this
@yoavweiss I see this has been marked as completed, can you clarify what the outcome is? I haven't been following up on the original proposal much, does this mean an...
@Stebalien thanks. For my needs, I think I'll start using multihash (not CIDs) + multibase encoding, using base64url as the default. I wanted all the benefits of multihash, but wasn't...
@Stebalien do CIDs have a way of representing "no codec"? I want to encode something similar to the output of "sha256sum" on a file, while retaining which hash type has...
In a similar use case, it is very common for package managers or scripts that download complete files from CDNs or external sources to include an expected hash of the...
@Stebalien does this mean IPFS actually supports raw file hashes by default, such that if I hash my file using sha256sum I could possibly convert it to a CIDv1 and...
Just a suggestion: maybe document clearly how CIDv1 can be used for the same kind of use cases I described above. By this I mean all cases where existing tooling...
@otavio: I didn't have the time yet to really get into it, I barely added a prompt in xfreerdp, which I ended up disabling because there is no certificate store...
I spent a fair amount of time researching how to [Enable PowerShell WinRM Remoting in PowerShell 7](https://awakecoding.com/posts/enable-powershell-winrm-remoting-in-powershell-7/) for my blog. The current PSSessionConfiguration created by the Enable-PSRemoting cmdlet is problematic...