drauch

Results 29 issues of drauch

Hi! We want to create a SignedCms (detached mode) for content of which we only have the hash available. Is it possible to instruct BouncyCastle (when generating the signature for...

According to https://github.com/theupdateframework/specification/blob/master/tuf-spec.md the TUF reference implementation only supports rsassa-pss-sha256, ed25519 and ecdsa-sha2-nistp256 - is this true for Notary, and especially for Docker Hub? Is it possible to use RSA...

I checked out today's master branch and tried to follow https://docs.docker.com/notary/running_a_service/ to get a notary server up and running, however, immediately after building and running the containers, two of the...

I want to automatically show the panle when viewing an ".md" file and hide it in all other scenarios. Is that possible? I've not found an option in the settings....

We have sometimes quite complex test arrangement infrastructure where the first call to a faked dependency is set up someplace and at another place I need to set up the...

:rocket: enhancement

While I'm on it: When targeting .NET5+ we could use ProcessStartInfo.ArgumentList to prevent argument injection by user input https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.processstartinfo.argumentlist?view=net-5.0 Of course this would need an #ifdef for older platforms not...

enhancement

FYI: I've tested https://github.com/dotnet/runtime/issues/81896 with your library and unfortunately you're also affected. Best regards, D.R.

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When switching to .NET 6 ReSharper suggested that some of...

untriaged
area-compiler

When I run "git media sync" on Windows it correctly uploads the binary files, however, when I run the command on a newly cloned repository, it does not download files...

After following the installation guide, I've tried to execute "git fat init" on my repository, however, I only get the following error: ``` user@pc ~/Desktop/git-fat/BareTestRepoClone1 (master) $ git fat init...