Kiril Karagyozov

Results 26 issues of Kiril Karagyozov

Some people like to separate the concerns of what their keys should do, so when you have 2 sub keys - 1 for signing and the other for encrypting, this...

Add automatic server configuration for Ultiduo and bball. Those are the only official formats not supported by TFTrue. Thank you and keep up the great work! :tada: :smile: :tada:

I tried doing it, but the files are too much and the more I look, the more confused I get. If you could post a general guide on how one...

user help

Do you have plans on adding this? It'd be really great, and possibly introducing a new cvar to disable this behavior so people do the old approach of writing .pause/using...

user help

Greetings @davidfowl ! Awhile back I needed help with something, and you helped answer my [issue](https://github.com/dotnet/aspnetcore/issues/19891#event-3140200188). The way your library handles parsing for the HttpResponse object - is it superior...

The project targets the following frameworks: ``` netstandard2.0;net6.0 ``` I have the following target defined in my .csproj file: ``` $(GitBaseVersionMajor).$(GitBaseVersionMinor).$(GitBaseVersionPatch).0 $(GitBaseVersionMajor).$(GitBaseVersionMinor).$(GitBaseVersionPatch).$(GitCommits) $(FileVersion) $(FileVersion)+branch.$(GitBranch).commit.$(GitCommit) ``` I'm trying to build &...

If I have a normal project that only targets one framework, and I define the following target in its `.csproj` file: ``` $(GitBaseVersionMajor).$(GitBaseVersionMinor).$(GitBaseVersionPatch).0 $(GitBaseVersionMajor).$(GitBaseVersionMinor).$(GitBaseVersionPatch).$(GitCommits) $(FileVersion) $(FileVersion)+branch.$(GitBranch).commit.$(GitCommit) ``` Everything works -...

bug

**Describe the bug** I'm able to send a push notification to the production server for an Apple Pass wallet for the specified device, using the same certificate I used to...

When objects are mapped from the body, we can add description for each of the properties by using the XML `` tag and then outlining in full detail the contents...